1
0
forked from aniani/vim

patch 8.1.0851: feedkeys() with "L" does not work properly

Problem:    feedkeys() with "L" does not work properly.
Solution:   Do not set typebuf_was_filled when using "L". (Ozaki Kiichi,
            closes #3885)
This commit is contained in:
Bram Moolenaar
2019-01-30 22:01:40 +01:00
parent 98ad1e17c3
commit 8d4ce56a19
5 changed files with 14 additions and 10 deletions

View File

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