]> granicus.if.org Git - vim/commit
patch 8.2.3228: cannot use a simple block for the :command argument v8.2.3228
authorBram Moolenaar <Bram@vim.org>
Tue, 27 Jul 2021 19:17:32 +0000 (21:17 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 27 Jul 2021 19:17:32 +0000 (21:17 +0200)
commit5d7c2df536c17db4a9c61e0760bdcf78d0db7330
tree74a24ee4dec7bed9866c328da2bf3ac00460ef77
parent53ba05b09075f14227f9be831a22ed16f7cc26b2
patch 8.2.3228: cannot use a simple block for the :command argument

Problem:    Cannot use a simple block for the :command argument. (Maarten
            Tournoij)
Solution:   Recognize a simple {} block. (issue #8623)
runtime/doc/map.txt
src/misc2.c
src/proto/misc2.pro
src/testdir/test_usercommands.vim
src/usercmd.c
src/version.c