commit | 20a762987eaa7e6034e9f75df0eb87eedb85d71f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 25 19:47:24 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 25 19:47:24 2020 +0100 |
tree | bd7ce5c79ce9411d96c211179ed8b40ae15cee3e | |
parent | 6e2c2c50bada4e3f5c7234902c0bdd64f66619ac [diff] [blame] |
patch 8.2.2217: Vim9: command modifiers not restored in catch block Problem: Vim9: command modifiers not restored in catch block. Solution: Restore command modifiers. (closes #7542)
diff --git a/src/version.c b/src/version.c index 6f30739..f48c2af 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2217, +/**/ 2216, /**/ 2215,