summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-02-27 17:04:25 +0100
committerBram Moolenaar <Bram@vim.org>2018-02-27 17:04:25 +0100
commit9c474b277336235012f0c058bbaef2961d1ec83e (patch)
tree37a473b297bb27b1548b2a59e018a369cccf1d5a /src
parentc8bcfe7efd4cfdfd7f503700aba45c42765cd4dc (diff)
patch 8.0.1547: undo in the options window makes it emptyv8.0.1547
Problem: Undo in the options window makes it empty. Solution: Set 'undolevels' while filling the buffer. (Yasuhiro Matthew, closes #2645)
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index af3baf5819..3682a458c6 100644
--- a/src/version.c
+++ b/src/version.c
@@ -779,6 +779,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1547,
+/**/
1546,
/**/
1545,