0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.2.4462: not enough testing for quickfix code

Problem:    Not enough testing for quickfix code.
Solution:   Add more tests. Fix uncovered problem. (Yegappan Lakshmanan,
            closes #9839)
This commit is contained in:
Yegappan Lakshmanan
2022-02-24 12:33:17 +00:00
committed by Bram Moolenaar
parent 3c620b0c03
commit 9c9be05b17
5 changed files with 183 additions and 14 deletions

View File

@@ -4959,7 +4959,7 @@ buf_jump_open_win(buf_T *buf)
/*
* Jump to the first open window in any tab page that contains buffer "buf",
* if one exists.
* if one exists. First search in the windows present in the current tab page.
* Returns a pointer to the window found, otherwise NULL.
*/
win_T *