]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1278: GUI window always resizes when adding scrollbar v8.0.1278
authorBram Moolenaar <Bram@vim.org>
Thu, 9 Nov 2017 17:33:29 +0000 (18:33 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 9 Nov 2017 17:33:29 +0000 (18:33 +0100)
commit8ac441576fd219fb7227349e228d5b68520b204a
tree8deb339c08aeba2ab92c7b77922960c7b226004e
parent26d205dcd886b48713f22cbdbf2a8e55400083dc
patch 8.0.1278: GUI window always resizes when adding scrollbar

Problem:    GUI window always resizes when adding/removing a scrollbar,
            toolbar, etc.
Solution:   Add the 'k' flag in 'guioptions' to keep the GUI window size and
            change the number of lines/columns instead. (Ychin, closes #703)
runtime/doc/options.txt
src/gui.c
src/gui_gtk_x11.c
src/gui_w32.c
src/option.h
src/version.c