commit | 4edfe2d2a2d70ea66a7f73e9b923c2d1f6246a57 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 23 20:55:45 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 23 20:55:45 2018 +0200 |
tree | 5e1d553a935a4a4d35babfc7dc04ff27cb4b9d2c | |
parent | 8b0d5ce881ac16a36ea00018ba13a58b0fdb7534 [diff] [blame] |
patch 8.1.0321: 'incsearch' regression: /\v highlights everything Problem: 'incsearch' regression: /\v highlights everything. Solution: Put back the empty_pattern() check.
diff --git a/src/version.c b/src/version.c index d31f9e0..38afc4f 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 321, +/**/ 320, /**/ 319,