1
0
forked from aniani/vim

patch 8.0.1223: crash when using autocomplete and tab pages

Problem:    Crash when using autocomplete and tab pages.
Solution:   Check if the current tab changed. (Christian Brabandt, closes
            #2239)
This commit is contained in:
Bram Moolenaar
2017-10-26 22:04:04 +02:00
parent ce11de87e2
commit 9ad89c6c4f
4 changed files with 48 additions and 2 deletions

View File

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