diff options
author | watiko <service@mail.watiko.net> | 2016-02-07 17:28:54 +0900 |
---|---|---|
committer | watiko <service@mail.watiko.net> | 2016-02-07 17:54:37 +0900 |
commit | ba8ec7e963d944f6acbc2983db24144d63939b85 (patch) | |
tree | dc192fdcaee253dfcc0aff37276b34e955eadc18 /src/nvim/version.c | |
parent | 827e267800417b8fdd1340d54f5dc5fa9d81bb92 (diff) | |
download | rneovim-ba8ec7e963d944f6acbc2983db24144d63939b85.tar.gz rneovim-ba8ec7e963d944f6acbc2983db24144d63939b85.tar.bz2 rneovim-ba8ec7e963d944f6acbc2983db24144d63939b85.zip |
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
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 026eab46d0..7d03969d81 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -546,7 +546,7 @@ static int included_patches[] = { 745, // 744 NA // 743, - // 742, + 742, 741, 740, 739, |