commit | 33aecb1f2c85711d53858b71f5f3c2cbe076435f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 14 17:25:51 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 14 17:25:51 2020 +0100 |
tree | 016b412ce49af282744f25ca2bbe7331c488d245 | |
parent | f4d61bc559f8cb6adc4880183a4fd216865c0c30 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 43cd9cb..8d21a4a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1984, +/**/ 1983, /**/ 1982,