1
0
forked from aniani/vim

patch 8.0.0043

Problem:    When using Insert mode completion with 'completeopt' containing
            "noinsert" with CTRL-N the change is not saved for undo.  (Tommy
            Allen)
Solution:   Call stop_arrow() before inserting for any key.
This commit is contained in:
Bram Moolenaar
2016-10-18 13:06:41 +02:00
parent cbd3bd6cbe
commit 9ec7fa82a2
3 changed files with 21 additions and 5 deletions

View File

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