diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-12-13 20:26:29 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-12-13 20:26:29 +0100 |
commit | 8143a53c533bc7776c57e5db063d185bdd5750f3 (patch) | |
tree | c23aa28ab84809e57264cf8c98e3cce8197f8a78 /src/version.c | |
parent | 2a3cd3af455973d678f70303ebdd486f3478bc0d (diff) | |
download | vim-git-8.2.2141.tar.gz |
patch 8.2.2141: a user command with try/catch may not catch an expression errorv8.2.2141
Problem: A user command with try/catch may not catch an expression error.
Solution: When an expression fails check for following "|". (closes #7469)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index cf9fbc3d5..3aec81b4b 100644 --- a/src/version.c +++ b/src/version.c @@ -751,6 +751,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2141, +/**/ 2140, /**/ 2139, |