commit | 4324d87a4432721d9dbc72c1e336350bc6b7ebc3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 01 20:12:24 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 01 20:12:24 2020 +0100 |
tree | 1f8ea56043727e3c69b51efa93b7b25633c28958 | |
parent | 4b8a065145bb53762b869cd6b8e55b7ad7341761 [diff] [blame] |
patch 8.2.2074: Vim9: using :normal from Vim9 script can't handle range Problem: Vim9: using :normal from Vim9 script can't handle range. Solution: Execute a :normal command in legacy script context. (closes #7401)
diff --git a/src/version.c b/src/version.c index a4d6eed..469b92d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2074, +/**/ 2073, /**/ 2072,