commit | 9c4fefffb65a2ed9b4a5b0f1bde0da8f349470b5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 28 22:26:54 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 28 22:26:54 2017 +0200 |
tree | f42e3bece7b33b3f135de3268fd68a331a7286ad | |
parent | 86f100dc0922e83bead7bcd5fd2bb2abbf153f46 [diff] [blame] |
patch 8.0.0688: cannot resize the window in a FileType autocommand Problem: Cannot resize the window in a FileType autocommand. (Ingo Karkat) Solution: Add the CMDWIN flag to :resize. (test by Ingo Karkat, closes #1804)
diff --git a/src/version.c b/src/version.c index 9f2515d..7bf3f4e 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 688, +/**/ 687, /**/ 686,