comparison 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
comparison
equal deleted inserted replaced
1532:87b9f21264a7 1533:8abc0abf8cbd
74 /* keep it even when the cursor doesn't move */ 74 /* keep it even when the cursor doesn't move */
75 curwin->w_prev_pcmark = curwin->w_pcmark; 75 curwin->w_prev_pcmark = curwin->w_pcmark;
76 } 76 }
77 else 77 else
78 curwin->w_pcmark = *pos; 78 curwin->w_pcmark = *pos;
79 return OK;
80 }
81
82 if (c == '"')
83 {
84 curbuf->b_last_cursor = *pos;
79 return OK; 85 return OK;
80 } 86 }
81 87
82 /* Allow setting '[ and '] for an autocommand that simulates reading a 88 /* Allow setting '[ and '] for an autocommand that simulates reading a
83 * file. */ 89 * file. */