summaryrefslogtreecommitdiff
path: root/runtime/doc/windows.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-12-06 23:33:00 +0100
committerBram Moolenaar <Bram@vim.org>2014-12-06 23:33:00 +0100
commited32d9424d12f93dcdb96f2a5c512f7ad9945bee (patch)
treeb28f74330874a2e939fc58d43b9da9af6336692d /runtime/doc/windows.txt
parentf8a447c6dc51e55d38d72c7a893c7483de112cdb (diff)
downloadvim-git-ed32d9424d12f93dcdb96f2a5c512f7ad9945bee.tar.gz
Update runtime files.
Diffstat (limited to 'runtime/doc/windows.txt')
-rw-r--r--runtime/doc/windows.txt17
1 files changed, 9 insertions, 8 deletions
diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt
index 2830a04b8..67925b864 100644
--- a/runtime/doc/windows.txt
+++ b/runtime/doc/windows.txt
@@ -1,4 +1,4 @@
-*windows.txt* For Vim version 7.4. Last change: 2014 Sep 23
+*windows.txt* For Vim version 7.4. Last change: 2014 Dec 05
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -278,16 +278,17 @@ CTRL-W CTRL-Q *CTRL-W_CTRL-Q*
and there is only one window for the current buffer, and the
buffer was changed, the command fails.
- (Note: CTRL-Q does not
- work on all terminals). If [count] is greater than
- the last window number the last window will be closed: >
+ (Note: CTRL-Q does not work on all terminals).
+
+ If [count] is greater than the last window number the last
+ window will be closed: >
:1quit " quit the first window
:$quit " quit the last window
:9quit " quit the last window
" if there are less than 9 windows opened
:-quit " quit the previews window
:+quit " quit the next window
- :+2quit " will also work as expected
+ :+2quit " quit the second next window
<
:q[uit]!
:{count}q[uit]!
@@ -332,9 +333,9 @@ CTRL-W CTRL-C *CTRL-W_CTRL-C*
screen. For {count} see |:quit| command.
The buffer becomes hidden (unless there is another window
- editing it or 'bufhidden' is "unload" or "delete"). If the
- window is the last one in the current tab page the tab page is
- closed. |tab-page|
+ editing it or 'bufhidden' is "unload", "delete" or "wipe").
+ If the window is the last one in the current tab page the tab
+ page is closed. |tab-page|
The value of 'hidden' is irrelevant for this command. Changes
to the buffer are not written and won't get lost, so this is a