| commit | 264cf5cfaf40e704aea2578e70c15ed9a9d0161e | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Sat Aug 18 21:05:31 2018 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 18 21:05:31 2018 +0200 |
| tree | 0cc382c062de9fd17d9a8228829c526a03674973 | |
| parent | 3b9fcfcffab8f927a01877804fa6ac5bbca34c7a [diff] [blame] |
patch 8.1.0295: no 'incsearch' highlighting for :vimgrep and similar
Problem: No 'incsearch' highlighting for :vimgrep and similar commands.
Solution: Parse the :vimgrep command and similar ones to locate the search
pattern. (Hirohito Higashi, closes #3344)
diff --git a/src/version.c b/src/version.c index 8cf1ad4..a084de0 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 295, +/**/ 294, /**/ 293,