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:
committed by
Bram Moolenaar
parent
3c620b0c03
commit
9c9be05b17
@@ -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 *
|
||||
|
Reference in New Issue
Block a user