1
0
forked from aniani/vim

patch 8.2.1121: command completion not working after ++arg

Problem:    Command completion not working after ++arg.
Solution:   Move skipping up. (Christian Brabandt, closes #6382)
This commit is contained in:
Bram Moolenaar
2020-07-03 18:15:06 +02:00
parent 92fdd1e75d
commit 743d062020
3 changed files with 15 additions and 9 deletions

View File

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