diff src/version.c @ 14615:c6b41d47bac1 v8.1.0321

patch 8.1.0321: 'incsearch' regression: / highlights everything commit https://github.com/vim/vim/commit/4edfe2d2a2d70ea66a7f73e9b923c2d1f6246a57 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 23 20:55:45 2018 +0200 patch 8.1.0321: 'incsearch' regression: /\v highlights everything Problem: 'incsearch' regression: /\v highlights everything. Solution: Put back the empty_pattern() check.
author Christian Brabandt <cb@256bit.org>
date Thu, 23 Aug 2018 21:00:06 +0200
parents 3f9b73cc8adb
children 56ceaa0ad239
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    321,
+/**/
     320,
 /**/
     319,