comparison src/version.c @ 11611:9dc041e1c8c9 v8.0.0688

patch 8.0.0688: cannot resize the window in a FileType autocommand commit https://github.com/vim/vim/commit/9c4fefffb65a2ed9b4a5b0f1bde0da8f349470b5 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 28 22:26:54 2017 +0200 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)
author Christian Brabandt <cb@256bit.org>
date Wed, 28 Jun 2017 22:30:03 +0200
parents 6f11697fb92c
children 7428a08c2f68
comparison
equal deleted inserted replaced
11610:6693f32ec213 11611:9dc041e1c8c9
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 688,
767 /**/ 769 /**/
768 687, 770 687,
769 /**/ 771 /**/
770 686, 772 686,
771 /**/ 773 /**/