1
0
forked from aniani/vim

patch 8.0.0721: :argedit can only have one argument

Problem:    :argedit can only have one argument.
Solution:   Allow for multiple arguments. (Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2017-07-16 15:31:17 +02:00
parent 6a77d2667e
commit 90305c66a8
5 changed files with 33 additions and 41 deletions

View File

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