commit | d93a7fc1a98a58f8101ee780d4735079ad99ae35 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 04 12:42:13 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 04 12:42:13 2021 +0100 |
tree | 15445b4ab17588d6786645d1ff1235dfd4bb9fb6 | |
parent | 82c38fe508155c11a904e6111b5bfb6adde3fb9a [diff] [blame] |
patch 8.2.2295: incsearch does not detect empty pattern properly Problem: Incsearch does not detect empty pattern properly. Solution: Return magic state when skipping over a pattern. (Christian Brabandt, closes #7612, closes #6420)
diff --git a/src/version.c b/src/version.c index db20152..12877de 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2295, +/**/ 2294, /**/ 2293,