aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/window.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-10-13 10:13:17 +0800
committerzeertzjq <zeertzjq@outlook.com>2022-10-13 10:20:42 +0800
commitcd1e0bb87dc71d51d9e8da097f5822c37e909335 (patch)
tree14f0615af4add0379696e1a5d4a2c5901501d92a /src/nvim/window.c
parent73bdfdd382bf2addd7816571608db6911448b48a (diff)
downloadrneovim-cd1e0bb87dc71d51d9e8da097f5822c37e909335.tar.gz
rneovim-cd1e0bb87dc71d51d9e8da097f5822c37e909335.tar.bz2
rneovim-cd1e0bb87dc71d51d9e8da097f5822c37e909335.zip
vim-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 vim/vim#9839) https://github.com/vim/vim/commit/9c9be05b17ececb1515a2f41a4dedbf848d3d8b6 Omit Test_helpgrep_vim9_restore_cpo(). Cherry-pick test_quickfix.vim change from patch 8.2.0644.
Diffstat (limited to 'src/nvim/window.c')
-rw-r--r--src/nvim/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/window.c b/src/nvim/window.c
index c18f8ca6a3..ed64062a55 100644
--- a/src/nvim/window.c
+++ b/src/nvim/window.c
@@ -4913,7 +4913,7 @@ win_T *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.
/// @return the found window, or NULL.
win_T *buf_jump_open_tab(buf_T *buf)
{