]> granicus.if.org Git - vim/commit
patch 7.4.2127 v7.4.2127
authorBram Moolenaar <Bram@vim.org>
Sat, 30 Jul 2016 17:39:29 +0000 (19:39 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 30 Jul 2016 17:39:29 +0000 (19:39 +0200)
commit3bcfca3ab4db415d0e750e00204dd25a91fcee77
tree648834bb80120baa518101b1612d6e24a6fb62f4
parent90d121fa3637b423169c64528efe84a1e67060c9
patch 7.4.2127
Problem:    The short form of ":noswapfile" is ":noswap" instead of ":now".
            (Kent Sibilev)
Solution:   Only require three characters.  Add a test for the short forms.
src/ex_docmd.c
src/testdir/test_usercommands.vim
src/version.c