mirror of
https://github.com/vim/vim.git
synced 2025-10-08 06:04:08 -04:00
updated for version 7.0021
This commit is contained in:
@@ -1092,7 +1092,7 @@ cs_find_common(opt, pat, forceit, verbose)
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
if (qfpos != NULL && *qfpos != '0' && totmatches > 1)
|
||||
if (qfpos != NULL && *qfpos != '0' && totmatches > 0)
|
||||
{
|
||||
/* fill error list */
|
||||
FILE *f;
|
||||
|
Reference in New Issue
Block a user