1
0
forked from aniani/vim

patch 8.1.0281: parsing command modifiers is not separated

Problem:    Parsing command modifiers is not separated.
Solution:   Move command modifier parsing to a separate function.
This commit is contained in:
Bram Moolenaar
2018-08-14 13:38:17 +02:00
parent def7b1dc61
commit effed9315c
6 changed files with 276 additions and 245 deletions

View File

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