]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1129: Vim9: bar not recognized after not compiled command v8.2.1129
authorBram Moolenaar <Bram@vim.org>
Sun, 5 Jul 2020 12:57:51 +0000 (14:57 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Jul 2020 12:57:51 +0000 (14:57 +0200)
commite9f262bdff2defa248e5d40b6520251799581ea4
tree69ddc804a1b5f7be0ee2b07694739d0e0dd10b6a
parent3f40ce78f5c178d15871bd784ed878c78f0b8a44
patch 8.2.1129: Vim9: bar not recognized after not compiled command

Problem:    Vim9: bar not recognized after not compiled command.
Solution:   Check for bar for commands where this is possible. (closes #6391)
src/testdir/test_vim9_cmd.vim
src/version.c
src/vim9compile.c