Mercurial > vim
comparison src/version.c @ 15024:3a3c9b638187 v8.1.0523
patch 8.1.0523: opening window from quickfix leaves empty buffer behind
commit https://github.com/vim/vim/commit/b244373becbec124bee20dbbfd05365586cda8cd
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Nov 11 22:50:27 2018 +0100
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 https://github.com/vim/vim/issues/2574)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 11 Nov 2018 23:00:05 +0100 |
parents | f3b4cd98944c |
children | 4f679be36482 |
comparison
equal
deleted
inserted
replaced
15023:c6fe8685e092 | 15024:3a3c9b638187 |
---|---|
790 NULL | 790 NULL |
791 }; | 791 }; |
792 | 792 |
793 static int included_patches[] = | 793 static int included_patches[] = |
794 { /* Add new patch number below this line */ | 794 { /* Add new patch number below this line */ |
795 /**/ | |
796 523, | |
795 /**/ | 797 /**/ |
796 522, | 798 522, |
797 /**/ | 799 /**/ |
798 521, | 800 521, |
799 /**/ | 801 /**/ |