commit | f665e97ffa06817975810cb511b13dbaa83ec630 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 05 19:17:16 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 05 19:17:16 2020 +0100 |
tree | d405215beadca418ce002f6507102f46f6f4aef5 | |
parent | 4029cabbe7c68a304ab8becb495bd6d91c6e97b1 [diff] [blame] |
patch 8.2.2096: Vim9: command modifiers not restored after assignment Problem: Vim9: command modifiers not restored after assignment. Solution: Jump to nextline instead of using continue.
diff --git a/src/version.c b/src/version.c index cfc1639..66ec86a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2096, +/**/ 2095, /**/ 2094,