| commit | f0bdd2f28db28707385535ac9c270903e16c4637 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Wed Mar 12 21:28:26 2014 +0100 |
| committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 12 21:28:26 2014 +0100 |
| tree | e1b517d2c8e98b9eccc780acb1025a359c0200d7 | |
| parent | 1d9ff43f585da9dc51c65a8c64bc19b281cc73f6 [diff] |
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)