1
0
forked from aniani/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)
This commit is contained in:
Bram Moolenaar
2015-06-19 14:41:49 +02:00
parent a7b7b1cef9
commit a594d77ffc
4 changed files with 14 additions and 6 deletions

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
742,
/**/
741,
/**/