commit | 9fa5dabedc4ed5af85773413e91c2fdbe4cb9f0a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 20 19:18:44 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 20 19:18:44 2021 +0200 |
tree | d15701baccc3459cb709b97b5eba688c512bfcf6 | |
parent | 83494b4ac61898f687d6ef9dce4bad5802fb8e51 [diff] [blame] |
patch 8.2.3189: Vim9: error when using "try|" Problem: Vim9: error when using "try|". Solution: Allow for "|" right after a command.
diff --git a/src/version.c b/src/version.c index 4244d82..94825c1 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3189, +/**/ 3188, /**/ 3187,