Re: [patch] Limit window size on all platforms when setting lines/columns

2013-07-03 Fir de Conversatie Daniel Harding
Bram Moolenaar wrote: Daniel Harding wrote: The attached patch is a follow-up to patch 7.3.117 (Problem: When changing the font size, only MS-Windows limits the window size. Solution: Also limit the window size on other systems. (Roland Puntaier)). That patch fixed the problem that on non

Re: [patch] Limit window size on all platforms when setting lines/columns

2013-02-03 Fir de Conversatie Daniel Harding
Bram Moolenaar wrote: > > Daniel Harding wrote: >> >> The attached patch is a follow-up to patch 7.3.117 (Problem: When >> >> changing the font size, only MS-Windows limits the window size. >> >> Solution: Also limit the window size on other systems. (

[patch] Limit window size on all platforms when setting lines/columns

2013-01-31 Fir de Conversatie Daniel Harding
Hello, The attached patch is a follow-up to patch 7.3.117 (Problem: When changing the font size, only MS-Windows limits the window size. Solution: Also limit the window size on other systems. (Roland Puntaier)). That patch fixed the problem that on non-MS-Windows systems, increasing the fo

Re: increase font size and you don't see the command line any more (bug?)

2012-11-18 Fir de Conversatie Daniel Harding
This is exactly the same as a patch I have been using on my Linux system for some time, to work around an issue where setting lines after gvim has started does not limit the window size to the size of the screen (which can result in the same symptom - the command line being below the bottom of

Re: Trying to understand :set lines=999 behavior

2012-06-25 Fir de Conversatie Daniel Harding
Tony Mechelynck wrote: On 25/06/12 01:02, Daniel Harding wrote: Hello All, I am trying to configure gvim in a portable manner to use the maximum number of lines that will fit on the screen. After a bit of searching, I found this under the help for 'lines': When Vim is running

Trying to understand :set lines=999 behavior

2012-06-24 Fir de Conversatie Daniel Harding
en setting lines (or columns)? C) add a new boolean option which controls whether or not the window size is limited to the size of the screen, defaulting to true on Windows on false on all other platforms. D) another approach I haven't thought of yet Feedback is appreciated. Cheer