1
0
forked from aniani/vim

patch 8.1.0323: reverse order of VTP calls only needed the first time

Problem:    Reverse order of VTP calls only needed the first time.
Solution:   Add a flag to remember the state. (Nobuhiro Takasaki, closes #3366)
This commit is contained in:
Bram Moolenaar
2018-08-23 22:38:31 +02:00
parent 7cb33a14c9
commit 2551c037e4
2 changed files with 6 additions and 2 deletions

View File

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