1
0
forked from aniani/vim

patch 8.2.1984: cannot use :vimgrep in omni completion

Problem:    Cannot use :vimgrep in omni completion, causing C completion to
            fail.
Solution:   Add the EX_LOCK_OK flag to :vimgrep. (closes #7292)
This commit is contained in:
Bram Moolenaar
2020-11-14 17:25:51 +01:00
parent f4d61bc559
commit 33aecb1f2c
3 changed files with 66 additions and 4 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1984,
/**/
1983,
/**/