]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0688: cannot resize the window in a FileType autocommand v8.0.0688
authorBram Moolenaar <Bram@vim.org>
Wed, 28 Jun 2017 20:26:54 +0000 (22:26 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 28 Jun 2017 20:26:54 +0000 (22:26 +0200)
commit9c4fefffb65a2ed9b4a5b0f1bde0da8f349470b5
treef42e3bece7b33b3f135de3268fd68a331a7286ad
parent86f100dc0922e83bead7bcd5fd2bb2abbf153f46
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)
src/ex_cmds.h
src/testdir/test_quickfix.vim
src/version.c