1
0
forked from aniani/vim

patch 8.2.4357: sticky command modifiers are too sticky

Problem:    sticky command modifiers are too sticky.
Solution:   Do not apply command modifiers to a sourced script. (closes #9751)
This commit is contained in:
Bram Moolenaar
2022-02-12 13:30:17 +00:00
parent 620d8edba0
commit 2a9b62dfa2
3 changed files with 19 additions and 0 deletions

View File

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