From ba8ec7e963d944f6acbc2983db24144d63939b85 Mon Sep 17 00:00:00 2001 From: watiko Date: Sun, 7 Feb 2016 17:28:54 +0900 Subject: vim-patch:7.4.742 Problem: Cannot specify a vertical split when loading a buffer for a quickfix command. Solution: Add the "vsplit" value to 'switchbuf'. (Brook Hong) https://github.com/vim/vim/commit/a594d77ffcccf2ac0e4079c41342ca55d4c9bb08 --- runtime/doc/options.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime') 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. -- cgit