]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3189: Vim9: error when using "try|" v8.2.3189
authorBram Moolenaar <Bram@vim.org>
Tue, 20 Jul 2021 17:18:44 +0000 (19:18 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 20 Jul 2021 17:18:44 +0000 (19:18 +0200)
commit9fa5dabedc4ed5af85773413e91c2fdbe4cb9f0a
treed15701baccc3459cb709b97b5eba688c512bfcf6
parent83494b4ac61898f687d6ef9dce4bad5802fb8e51
patch 8.2.3189: Vim9: error when using "try|"

Problem:    Vim9: error when using "try|".
Solution:   Allow for "|" right after a command.
src/ex_docmd.c
src/testdir/test_vim9_script.vim
src/version.c