mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.1-024
This commit is contained in:
@@ -2124,6 +2124,9 @@ findmatchlimit(oap, initc, flags, maxtravel)
|
||||
else if (!backwards)
|
||||
inquote = TRUE;
|
||||
}
|
||||
|
||||
/* ml_get() only keeps one line, need to get linep again */
|
||||
linep = ml_get(pos.lnum);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
24,
|
||||
/**/
|
||||
23,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user