1
0
forked from aniani/vim

patch 8.0.1547: undo in the options window makes it empty

Problem:    Undo in the options window makes it empty.
Solution:   Set 'undolevels' while filling the buffer. (Yasuhiro Matthew,
            closes #2645)
This commit is contained in:
Bram Moolenaar
2018-02-27 17:04:25 +01:00
parent c8bcfe7efd
commit 9c474b2773
2 changed files with 9 additions and 4 deletions

View File

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