]> granicus.if.org Git - vim/commit
patch 7.4.1161 v7.4.1161
authorBram Moolenaar <Bram@vim.org>
Sat, 23 Jan 2016 22:02:34 +0000 (23:02 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 23 Jan 2016 22:02:34 +0000 (23:02 +0100)
commit2faa29f896252073b53f387406109e331fbbe5f8
treeb6a11b3de6950ea9c623656b0a5765173026f281
parentbd4593ffb170230504500ddedabad3fad1f31291
patch 7.4.1161
Problem:    ":argadd" without argument is supposed to add the current buffer
            name to the arglist.
Solution:   Make it work as documented. (Coot, closes #577)
src/ex_cmds.h
src/ex_cmds2.c
src/testdir/test_arglist.vim
src/version.c