]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.742 v7.4.742
authorBram Moolenaar <Bram@vim.org>
Fri, 19 Jun 2015 12:41:49 +0000 (14:41 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 19 Jun 2015 12:41:49 +0000 (14:41 +0200)
commita594d77ffcccf2ac0e4079c41342ca55d4c9bb08
treecd5d4aefbcf18485f1c3fb3c247b67fc1752d33b
parenta7b7b1cef9b61700ba5076c1d889dce791392388
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)
runtime/doc/options.txt
src/buffer.c
src/option.h
src/version.c