1
0
forked from aniani/vim

updated for version 7.1-248

This commit is contained in:
Bram Moolenaar
2008-02-13 11:42:46 +00:00
parent e21877ae75
commit 0825043045
4 changed files with 22 additions and 4 deletions

View File

@@ -79,6 +79,12 @@ setmark_pos(c, pos, fnum)
return OK;
}
if (c == '"')
{
curbuf->b_last_cursor = *pos;
return OK;
}
/* Allow setting '[ and '] for an autocommand that simulates reading a
* file. */
if (c == '[')