1
0
forked from aniani/vim

patch 8.1.0296: command parsing for 'incsearch' is a bit ugly

Problem:    Command parsing for 'incsearch' is a bit ugly.
Solution:   Return when there is no pattern.  Put common checks together.
This commit is contained in:
Bram Moolenaar
2018-08-18 21:23:05 +02:00
parent 264cf5cfaf
commit 111bbd61e9
2 changed files with 109 additions and 122 deletions

View File

@@ -794,6 +794,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
296,
/**/
295,
/**/