1
0
forked from aniani/vim

updated for version 7.4.205

Problem:    ":mksession" writes command to move to second argument while it
            does not exist.  When it does exist the order might be wrong.
Solution:   Use ":argadd" for each argument instead of using ":args" with a
            list of names. (Nobuhiro Takasaki)
This commit is contained in:
Bram Moolenaar
2014-03-12 21:28:26 +01:00
parent 1d9ff43f58
commit f0bdd2f28d
2 changed files with 10 additions and 6 deletions

View File

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