]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0560: cannot use address type "other" with with user command v8.1.0560
authorBram Moolenaar <Bram@vim.org>
Sun, 2 Dec 2018 17:21:49 +0000 (18:21 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 2 Dec 2018 17:21:49 +0000 (18:21 +0100)
commit51a7454cd2c34ee459f104e45768eab3817c099e
tree6361cdd2255180a8e51f317efab9c97d5dc74c19
parentb513d3079bbe3f59a1f1a3d6931939a76cd7e54a
patch 8.1.0560: cannot use address type "other" with with user command

Problem:    Cannot use address type "other" with with user command.
Solution:   Add "other" to the list. (Daniel Hahler, closes #3655)  Also
            reject "%" for commands with "other".  Add some more tests.
src/ex_docmd.c
src/testdir/test_usercommands.vim
src/version.c