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-MS-Windows > systems, increasing the font size could cause the gVim window to grow > larger than the physical screen. > > A similar problem exists on non-MS-Windows systems when setting lines or > columns. According to the documentation for 'lines' ( or 'columns'), > "Vim limits the number of lines [columns] to what fits on the screen." > This is true on MS-Windows, but not true on other systems (in my case, > Linux). The attached patch makes the behavior consistent with the > documentation on all systems.
Does this work correctly when Vim stretches over more than one monitor? -- Two cows are standing together in a field. One asks the other: "So what do you think about this Mad Cow Disease?" The other replies: "That doesn't concern me. I'm a helicopter." /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
