commit | 8143a53c533bc7776c57e5db063d185bdd5750f3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 13 20:26:29 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 13 20:26:29 2020 +0100 |
tree | c23aa28ab84809e57264cf8c98e3cce8197f8a78 | |
parent | 2a3cd3af455973d678f70303ebdd486f3478bc0d [diff] [blame] |
patch 8.2.2141: a user command with try/catch may not catch an expression error Problem: A user command with try/catch may not catch an expression error. Solution: When an expression fails check for following "|". (closes #7469)
diff --git a/src/version.c b/src/version.c index cf9fbc3..3aec81b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2141, +/**/ 2140, /**/ 2139,