]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1123 v7.4.1123
authorBram Moolenaar <Bram@vim.org>
Sun, 17 Jan 2016 18:39:00 +0000 (19:39 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 17 Jan 2016 18:39:00 +0000 (19:39 +0100)
commita24f0a550fed3d9773800cf6be4efd072fff20ec
treeac78f6a57af6cbd09d96a2b2f1c2e6b81ac2125f
parent42c9cfa7f4d2f176234e385573ff2fb1f61915e5
patch 7.4.1123
Problem:    Using ":argadd" when there are no arguments results in the second
            argument to be the current one. (Yegappan Lakshmanan)
Solution:   Correct the w_arg_idx value.
src/ex_cmds2.c
src/testdir/test_arglist.vim
src/version.c