comparison runtime/doc/gui.txt @ 28010:c968191a8557

Update runtime files Commit: https://github.com/vim/vim/commit/1588bc8ebee22f2855f27273fc2234fff370f86c Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 8 21:35:07 2022 +0000 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Tue, 08 Mar 2022 22:45:09 +0100
parents d19b7aee1925
children 4190b932e6ca
comparison
equal deleted inserted replaced
28009:3bffa026c6d9 28010:c968191a8557
1 *gui.txt* For Vim version 8.2. Last change: 2021 Jun 27 1 *gui.txt* For Vim version 8.2. Last change: 2022 Mar 02
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
145 adjusted to make the window fit on the screen (if possible). 145 adjusted to make the window fit on the screen (if possible).
146 146
147 *:win* *:winsize* *E465* 147 *:win* *:winsize* *E465*
148 :win[size] {width} {height} 148 :win[size] {width} {height}
149 Set the window height to {width} by {height} characters. 149 Set the window height to {width} by {height} characters.
150 Obsolete, use ":set lines=11 columns=22". 150 It is recommended to use `:set lines=11 columns=22` instead,
151 since it's easy to see what the numbers mean.
151 If you get less lines than expected, check the 'guiheadroom' 152 If you get less lines than expected, check the 'guiheadroom'
152 option. 153 option.
153 154
154 If you are running the X Window System, you can get information about the 155 If you are running the X Window System, you can get information about the
155 window Vim is running in with these commands: > 156 window Vim is running in with these commands: >