comparison 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
comparison
equal deleted inserted replaced
14614:52accd9173cb 14615:c6b41d47bac1
792 NULL 792 NULL
793 }; 793 };
794 794
795 static int included_patches[] = 795 static int included_patches[] =
796 { /* Add new patch number below this line */ 796 { /* Add new patch number below this line */
797 /**/
798 321,
797 /**/ 799 /**/
798 320, 800 320,
799 /**/ 801 /**/
800 319, 802 319,
801 /**/ 803 /**/