]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.205 v7.4.205
authorBram Moolenaar <Bram@vim.org>
Wed, 12 Mar 2014 20:28:26 +0000 (21:28 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 12 Mar 2014 20:28:26 +0000 (21:28 +0100)
commitf0bdd2f28db28707385535ac9c270903e16c4637
treee1b517d2c8e98b9eccc780acb1025a359c0200d7
parent1d9ff43f585da9dc51c65a8c64bc19b281cc73f6
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)
src/ex_docmd.c
src/version.c