1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2020-12-01 20:12:24 +01:00
parent 4b8a065145
commit 4324d87a44
4 changed files with 22 additions and 3 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2074,
/**/
2073,
/**/