forked from aniani/vim
patch 8.2.2206: :exe command line completion only works for first argument
Problem: :exe command line completion only works for first argument. Solution: Skip over text if more is following. (closes #7546)
This commit is contained in:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2206,
|
||||
/**/
|
||||
2205,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user