1
0
forked from aniani/vim

patch 8.0.0127

Problem:    Cancelling completion still inserts text when formatting is done
            for 'textwidth'. (lacygoill)
Solution:   Don't format when CTRL-E was typed. (Hirohito Higashi,
            closes #1312)
This commit is contained in:
Bram Moolenaar
2016-12-09 19:36:56 +01:00
parent 6270660611
commit 73fd498886
3 changed files with 21 additions and 1 deletions

View File

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