commit | b244373becbec124bee20dbbfd05365586cda8cd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 11 22:50:27 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 11 22:50:27 2018 +0100 |
tree | 469799b11b7a112879bd6b78611d866a6ab029b0 | |
parent | f3aea59afa23304266dfd0dd26b5d8cc70a21331 [diff] [blame] |
patch 8.1.0523: opening window from quickfix leaves empty buffer behind Problem: Opening window from quickfix leaves empty buffer behind. Solution: Add qf_jump_newwin(). (Yegappan Lakshmanan, closes #2574)
diff --git a/src/version.c b/src/version.c index 1058a2b..0ab7166 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 523, +/**/ 522, /**/ 521,