vim-patch: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)

https://code.google.com/p/vim/source/detail?r=0ace3a24c2a0153f0aaf9b619d3958e7f486705f
This commit is contained in:
oni-link
2014-04-10 21:09:00 +02:00
committed by Thiago de Arruda
parent 30cd02301e
commit 644ccdafe0
2 changed files with 12 additions and 7 deletions

View File

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