1
0
forked from aniani/vim

patch 9.0.0140: execute() does not use the "legacy" command modifier

Problem:    execute() does not use the "legacy" command modifier.
Solution:   pass the command modifier in sticky_cmdmod_flags. (Kota Kato,
            closes #10845)
This commit is contained in:
Kota Kato
2022-08-04 18:50:14 +01:00
committed by Bram Moolenaar
parent 398649ee44
commit 3d3f6ac098
3 changed files with 43 additions and 0 deletions

View File

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