commit | a91a71322dc2e6a1640e73b6da1f1a2f94f39a54 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 25 21:12:15 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 25 21:12:15 2021 +0100 |
tree | 2d19ece388144aa62ef899bbe97053339a8be524 | |
parent | 2fecb53115e25de6203363be8018ee676ad1422b [diff] [blame] |
patch 8.2.2651: Vim9: restoring command modifiers happens after jump Problem: Vim9: restoring command modifiers happens after jump. Solution: Move the restore instruction to before the jump. (closes #8006) Also handle for and while.
diff --git a/src/version.c b/src/version.c index 594f88f..9e80bd4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2651, +/**/ 2650, /**/ 2649,