1
0
forked from aniani/vim

patch 8.0.1731: characters deleted on completion

Problem:    Characters deleted on completion. (Adrià Farrés)
Solution:   Also check the last item for the ORIGINAL_TEXT flag. (Christian
            Brabandt, closes #1645)
This commit is contained in:
Bram Moolenaar
2018-04-17 22:14:32 +02:00
parent 561f8a5a46
commit e87edf3b85
3 changed files with 24 additions and 1 deletions

View File

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