0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.1a

This commit is contained in:
Bram Moolenaar
2007-05-06 13:04:32 +00:00
parent 24b231793e
commit e9400a45da
2 changed files with 65 additions and 65 deletions

View File

@@ -3840,7 +3840,7 @@ regmatch(scan)
pos_T *pos;
pos = getmark(mark, FALSE);
if (pos == NULL /* mark doesn't exist) */
if (pos == NULL /* mark doesn't exist */
|| pos->lnum <= 0 /* mark isn't set (in curbuf) */
|| (pos->lnum == reglnum + reg_firstlnum
? (pos->col == (colnr_T)(reginput - regline)