commit | 7cd24227c02afdb4249db406e2174eda1e6b36b4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 12 18:58:39 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 12 18:58:39 2021 +0100 |
tree | dc562bcb5d5c84b6e208fa25392503319de62077 | |
parent | a0122dcd1cc9e9bb62c071a9b91426a8bce4f8d9 [diff] [blame] |
patch 8.2.2335: Vim9: "silent return" does not restore command modifiers Problem: Vim9: "silent return" does not restore command modifiers. Solution: Resture command modifiers before returning. (closes #7649)
diff --git a/src/version.c b/src/version.c index 7566a39..1832108 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2335, +/**/ 2334, /**/ 2333,