commit | 9c474b277336235012f0c058bbaef2961d1ec83e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 27 17:04:25 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 27 17:04:25 2018 +0100 |
tree | 37a473b297bb27b1548b2a59e018a369cccf1d5a | |
parent | c8bcfe7efd4cfdfd7f503700aba45c42765cd4dc [diff] |
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)
diff --git a/src/version.c b/src/version.c index af3baf5..3682a45 100644 --- a/src/version.c +++ b/src/version.c
@@ -779,6 +779,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1547, +/**/ 1546, /**/ 1545,