aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/windows.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2015-01-21 10:27:07 -0500
committerJustin M. Keyes <justinkz@gmail.com>2015-01-21 10:27:07 -0500
commitd550eecf7092397d064df26850d4a09d9ab4a481 (patch)
tree20434b7e79e5ac786071e4ef7b31abf75ee5c9ad /runtime/doc/windows.txt
parentc3028e435392a7b647f79be826c054ef76b0d577 (diff)
parent5f00d2285368e893361c9ccf8ebe3b15004cdbf8 (diff)
downloadrneovim-d550eecf7092397d064df26850d4a09d9ab4a481.tar.gz
rneovim-d550eecf7092397d064df26850d4a09d9ab4a481.tar.bz2
rneovim-d550eecf7092397d064df26850d4a09d9ab4a481.zip
Merge pull request #1853 from fwalch/vim-bd18da9
vim-patch:bd18da9 (runtime update)
Diffstat (limited to 'runtime/doc/windows.txt')
-rw-r--r--runtime/doc/windows.txt13
1 files changed, 8 insertions, 5 deletions
diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt
index 00fe956dd4..0098e3e521 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 Mar 25
+*windows.txt* For Vim version 7.4. Last change: 2014 Sep 23
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -726,18 +726,21 @@ the buffer. The result is that all buffers will use the 'encoding' encoding
CTRL-W ] *CTRL-W_]* *CTRL-W_CTRL-]*
CTRL-W CTRL-] Split current window in two. Use identifier under cursor as a
- tag and jump to it in the new upper window. Make new window N
- high.
+ tag and jump to it in the new upper window.
+ In Visual mode uses the Visually selected text as a tag.
+ Make new window N high.
*CTRL-W_g]*
CTRL-W g ] Split current window in two. Use identifier under cursor as a
tag and perform ":tselect" on it in the new upper window.
+ In Visual mode uses the Visually selected text as a tag.
Make new window N high.
*CTRL-W_g_CTRL-]*
CTRL-W g CTRL-] Split current window in two. Use identifier under cursor as a
- tag and perform ":tjump" on it in the new upper window. Make
- new window N high.
+ tag and perform ":tjump" on it in the new upper window.
+ In Visual mode uses the Visually selected text as a tag.
+ Make new window N high.
CTRL-W f *CTRL-W_f* *CTRL-W_CTRL-F*
CTRL-W CTRL-F Split current window in two. Edit file name under cursor.