]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2074: Vim9: using :normal from Vim9 script can't handle range v8.2.2074
authorBram Moolenaar <Bram@vim.org>
Tue, 1 Dec 2020 19:12:24 +0000 (20:12 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 1 Dec 2020 19:12:24 +0000 (20:12 +0100)
commit4324d87a4432721d9dbc72c1e336350bc6b7ebc3
tree1f8ea56043727e3c69b51efa93b7b25633c28958
parent4b8a065145bb53762b869cd6b8e55b7ad7341761
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)
src/ex_docmd.c
src/structs.h
src/testdir/test_vim9_script.vim
src/version.c