1
0
forked from aniani/vim

patch 8.2.1976: cannot backspace in prompt buffer after using cursor-left

Problem:    Cannot backspace in prompt buffer after using cursor-left. (Maxim
            Kim)
Solution:   Ignore "arrow_used" in a prompt buffer. (closes #7281)
This commit is contained in:
Bram Moolenaar
2020-11-11 20:52:40 +01:00
parent bbf9f344af
commit 6f6244855f
3 changed files with 15 additions and 2 deletions

View File

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