comparison src/version.c @ 23056:57b6427c18e4 v8.2.2074

patch 8.2.2074: Vim9: using :normal from Vim9 script can't handle range Commit: https://github.com/vim/vim/commit/4324d87a4432721d9dbc72c1e336350bc6b7ebc3 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 1 20:12:24 2020 +0100 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 https://github.com/vim/vim/issues/7401)
author Bram Moolenaar <Bram@vim.org>
date Tue, 01 Dec 2020 20:15:04 +0100
parents df0548b649c1
children 77f181975381
comparison
equal deleted inserted replaced
23055:7de34bbfebf0 23056:57b6427c18e4
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2074,
753 /**/ 755 /**/
754 2073, 756 2073,
755 /**/ 757 /**/
756 2072, 758 2072,
757 /**/ 759 /**/