comparison runtime/doc/windows.txt @ 12254:8d76a56861ec

Update runtime files commit https://github.com/vim/vim/commit/c572da5f67aa5cdbbc127fc6f1d0a42e38468325 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 27 16:52:01 2017 +0200 Update runtime files
author Christian Brabandt <cb@256bit.org>
date Sun, 27 Aug 2017 17:00:05 +0200
parents 21f3930dfe6e
children d91cf2e26ef0
comparison
equal deleted inserted replaced
12253:c081ba0b6e8d 12254:8d76a56861ec
1 *windows.txt* For Vim version 8.0. Last change: 2017 Jul 23 1 *windows.txt* For Vim version 8.0. Last change: 2017 Aug 21
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
342 command. 342 command.
343 343
344 *:hide* 344 *:hide*
345 :hid[e] 345 :hid[e]
346 :{count}hid[e] 346 :{count}hid[e]
347 Quit the current window, unless it is the last window on the 347 Without {count}: Quit the current window, unless it is the
348 screen. For {count} see |:quit| command. 348 last window on the screen.
349 If {count} is given quit the {count} window.
349 350
350 The buffer becomes hidden (unless there is another window 351 The buffer becomes hidden (unless there is another window
351 editing it or 'bufhidden' is "unload", "delete" or "wipe"). 352 editing it or 'bufhidden' is "unload", "delete" or "wipe").
352 If the window is the last one in the current tab page the tab 353 If the window is the last one in the current tab page the tab
353 page is closed. |tab-page| 354 page is closed. |tab-page|
1029 a an active buffer: it is loaded and visible 1030 a an active buffer: it is loaded and visible
1030 h a hidden buffer: It is loaded, but currently not 1031 h a hidden buffer: It is loaded, but currently not
1031 displayed in a window |hidden-buffer| 1032 displayed in a window |hidden-buffer|
1032 - a buffer with 'modifiable' off 1033 - a buffer with 'modifiable' off
1033 = a readonly buffer 1034 = a readonly buffer
1035 R a terminal buffer with a running job
1036 F a terminal buffer with a finished job
1034 + a modified buffer 1037 + a modified buffer
1035 x a buffer with read errors 1038 x a buffer with read errors
1036 1039
1037 [flags] can be a combination of the following characters, 1040 [flags] can be a combination of the following characters,
1038 which restrict the buffers to be listed: 1041 which restrict the buffers to be listed: