diff src/mark.c @ 1533:8abc0abf8cbd v7.1.248

updated for version 7.1-248
author vimboss
date Wed, 13 Feb 2008 11:42:46 +0000
parents 801d55448282
children f0cfff4dcc2f
line wrap: on
line diff
--- a/src/mark.c
+++ b/src/mark.c
@@ -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 == '[')