1
0
forked from aniani/vim

patch 8.2.4338: an error from an expression mapping messes up the display

Problem:    An error from an expression mapping messes up the display.
Solution:   When the expression results in an empty string return K_IGNORE.
            In cmdline mode redraw the command line. (closes #9726)
This commit is contained in:
Bram Moolenaar
2022-02-10 14:07:41 +00:00
parent 9da17d7c57
commit 74a0a5b26d
6 changed files with 88 additions and 0 deletions

View File

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