1
0
forked from aniani/vim

patch 8.1.0265: the getcmdline() function is way too big

Problem:    The getcmdline() function is way too big.
Solution:   Factor out the incremental search highlighting.
This commit is contained in:
Bram Moolenaar
2018-08-10 22:07:32 +02:00
parent efe03738f6
commit 0ee81cb638
2 changed files with 345 additions and 282 deletions

View File

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