comparison runtime/doc/windows.txt @ 25773:11b656e74444

Update runtime files Commit: https://github.com/vim/vim/commit/6c391a74fe90190796ca0b0c010112948a6e75d7 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 9 21:55:11 2021 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 Sep 2021 22:00:10 +0200
parents 9f41bfdbc6fc
children c544eacaf066
comparison
equal deleted inserted replaced
25772:55753c17b73d 25773:11b656e74444
1 *windows.txt* For Vim version 8.2. Last change: 2021 Apr 10 1 *windows.txt* For Vim version 8.2. Last change: 2021 Sep 09
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
294 294
295 Closing a window 295 Closing a window
296 ---------------- 296 ----------------
297 297
298 :q[uit] 298 :q[uit]
299 :{count}q[uit] 299 :{count}q[uit] *:count_quit*
300 CTRL-W q *CTRL-W_q* 300 CTRL-W q *CTRL-W_q*
301 CTRL-W CTRL-Q *CTRL-W_CTRL-Q* 301 CTRL-W CTRL-Q *CTRL-W_CTRL-Q*
302 Without {count}: Quit the current window. If {count} is 302 Without {count}: Quit the current window. If {count} is
303 given quit the {count} window. 303 given quit the {count} window.
304 *edit-window* 304 *edit-window*
388 :on[ly][!] 388 :on[ly][!]
389 :{count}on[ly][!] 389 :{count}on[ly][!]
390 CTRL-W o *CTRL-W_o* *E445* 390 CTRL-W o *CTRL-W_o* *E445*
391 CTRL-W CTRL-O *CTRL-W_CTRL-O* *:on* *:only* 391 CTRL-W CTRL-O *CTRL-W_CTRL-O* *:on* *:only*
392 Make the current window the only one on the screen. All other 392 Make the current window the only one on the screen. All other
393 windows are closed. For {count} see |:quit| command. 393 windows are closed. For {count} see the `:quit` command
394 above |:count_quit|.
394 395
395 When the 'hidden' option is set, all buffers in closed windows 396 When the 'hidden' option is set, all buffers in closed windows
396 become hidden. 397 become hidden.
397 398
398 When 'hidden' is not set, and the 'autowrite' option is set, 399 When 'hidden' is not set, and the 'autowrite' option is set,