]> granicus.if.org Git - vim/commit
patch 8.2.2955: Vim9: using filter in compiled command does not work v8.2.2955
authorBram Moolenaar <Bram@vim.org>
Sun, 6 Jun 2021 19:38:09 +0000 (21:38 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 6 Jun 2021 19:38:09 +0000 (21:38 +0200)
commite729ce294f9756165020ad86e3b98b4112e1a6ab
tree9bfd11d59b2a6e1592dc7ee8dc8a7f4d943631ac
parent6db7b6375a3ea3afef5295b1366896902012e640
patch 8.2.2955: Vim9: using filter in compiled command does not work

Problem:    Vim9: using filter in compiled command does not work.
Solution:   Generate EXEC including the command modifier.
src/ex_cmds.c
src/ex_docmd.c
src/proto/ex_cmds.pro
src/testdir/test_vim9_cmd.vim
src/version.c
src/vim9compile.c