commit | a594d77ffcccf2ac0e4079c41342ca55d4c9bb08 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 19 14:41:49 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 19 14:41:49 2015 +0200 |
tree | cd5d4aefbcf18485f1c3fb3c247b67fc1752d33b | |
parent | a7b7b1cef9b61700ba5076c1d889dce791392388 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 6fc420c..197b6ea 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 742, +/**/ 741, /**/ 740,