1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2017-06-28 22:26:54 +02:00
parent 86f100dc09
commit 9c4fefffb6
3 changed files with 35 additions and 14 deletions

View File

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