mirror of
https://github.com/vim/vim.git
synced 2025-10-04 05:25:06 -04:00
updated for version 7.0-071
This commit is contained in:
@@ -1259,7 +1259,7 @@ do_search(oap, dirc, pat, count, options)
|
|||||||
/*
|
/*
|
||||||
* Add character and/or line offset
|
* 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. */
|
if (spats[0].off.line) /* Add the offset to the line number. */
|
||||||
{
|
{
|
||||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
71,
|
||||||
/**/
|
/**/
|
||||||
70,
|
70,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user