forked from aniani/vim
updated for version 7.0-071
This commit is contained in:
parent
89d4032cae
commit
9160f30161
@ -1259,7 +1259,7 @@ do_search(oap, dirc, pat, count, options)
|
||||
/*
|
||||
* Add character and/or line offset
|
||||
*/
|
||||
if (!(options & SEARCH_NOOF) || *pat == ';')
|
||||
if (!(options & SEARCH_NOOF) || (pat != NULL && *pat == ';'))
|
||||
{
|
||||
if (spats[0].off.line) /* Add the offset to the line number. */
|
||||
{
|
||||
|
@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
71,
|
||||
/**/
|
||||
70,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user