diff runtime/doc/options.txt @ 6843:50cdebea094f v7.4.742

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)
author Bram Moolenaar <bram@vim.org>
date Fri, 19 Jun 2015 14:41:49 +0200
parents 0303182665d5
children ee45d3b0579b
line wrap: on
line diff
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -7067,6 +7067,7 @@ A jump table for the options with a shor
 	   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.