aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-02-09 02:19:17 -0500
committerJustin M. Keyes <justinkz@gmail.com>2016-02-09 02:19:17 -0500
commit25a70469f4b1bae0cb7b152bccae4dd3ea346277 (patch)
tree6549875ed0df6b67fcad9c7611a8d131fd1e070a /runtime
parent6fbb9ceb5e123cef5a3a8f1bcf48e05a62749bba (diff)
parentbf6c5bc225654f52022ef5c02684cc4e25d32200 (diff)
downloadrneovim-25a70469f4b1bae0cb7b152bccae4dd3ea346277.tar.gz
rneovim-25a70469f4b1bae0cb7b152bccae4dd3ea346277.tar.bz2
rneovim-25a70469f4b1bae0cb7b152bccae4dd3ea346277.zip
Merge pull request #4187 from watiko/vim-7.4.742
vim-patch:7.4.742
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 51bfc12f9d..d8d8caef56 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -6177,6 +6177,7 @@ A jump table for the options with a short description can be found at |Q_op|.
split If included, split the current window before loading
a buffer for a |quickfix| command that display errors.
Otherwise: do not split, use current window.
+ vsplit Just like "split" but split vertically.
newtab Like "split", but open a new tab page. Overrules
"split" when both are present.