1
0
forked from aniani/vim

patch 9.0.0572: insert complete tests leave a mapping behind

Problem:    Insert complete tests leave a mapping behind.
Solution:   Use a buffer-local mapping. (closes #11211)
This commit is contained in:
zeertzjq
2022-09-24 14:08:23 +01:00
committed by Bram Moolenaar
parent f7e7302acb
commit 75f4bafabd
2 changed files with 5 additions and 2 deletions

View File

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