diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-10-13 10:46:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-13 10:46:42 +0800 |
commit | 186c489fd6b1073feefef0e2c3774d908bd06615 (patch) | |
tree | 14f0615af4add0379696e1a5d4a2c5901501d92a /src/nvim/window.c | |
parent | 34c7007c32cd78b5589d72701c6669a2c378dd17 (diff) | |
parent | cd1e0bb87dc71d51d9e8da097f5822c37e909335 (diff) | |
download | rneovim-186c489fd6b1073feefef0e2c3774d908bd06615.tar.gz rneovim-186c489fd6b1073feefef0e2c3774d908bd06615.tar.bz2 rneovim-186c489fd6b1073feefef0e2c3774d908bd06615.zip |
Merge pull request #20629 from zeertzjq/vim-8.2.4453
vim-patch:8.2.{4453,4462}
Diffstat (limited to 'src/nvim/window.c')
-rw-r--r-- | src/nvim/window.c | 2 |
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) { |