]> granicus.if.org Git - vim/commit
patch 8.2.4523: when gvim is started maximized the 'window' option isn't set v8.2.4523
authorK.Takata <kentkt@csc.jp>
Mon, 7 Mar 2022 13:31:15 +0000 (13:31 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 7 Mar 2022 13:31:15 +0000 (13:31 +0000)
commit6ca883dd8a585a85acdf9303b434211ea91872a7
tree175755e00edbdb06e5394558605cefdf6d209759
parent88dd6523fa86760a8f014ea16c3bb882db9bba07
patch 8.2.4523: when gvim is started maximized the 'window' option isn't set

Problem:    When gvim is started maximized the 'window' option isn't set
            properly. (Christian J. Robinson)
Solution:   Check if 'windows' was already set or not. (Ken Takata,
            closes #9904)
src/term.c
src/version.c