1
0
forked from aniani/vim

patch 8.2.3189: Vim9: error when using "try|"

Problem:    Vim9: error when using "try|".
Solution:   Allow for "|" right after a command.
This commit is contained in:
Bram Moolenaar
2021-07-20 19:18:44 +02:00
parent 83494b4ac6
commit 9fa5dabedc
3 changed files with 6 additions and 1 deletions

View File

@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3189,
/**/
3188,
/**/