]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1429: dragging outside the tabpanel changes tabpagenr v9.1.1429
authorHirohito Higashi <h.east.727@gmail.com>
Tue, 3 Jun 2025 19:07:25 +0000 (21:07 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 3 Jun 2025 19:09:06 +0000 (21:09 +0200)
commita1522f7c0daeddf91cdb7313bdcccd3b3774e39e
treeda43b6866729dc393111a05f0f4f8ce9110a80fa
parent86d46a7018bb648fb27372329e6ddc274051067c
patch 9.1.1429: dragging outside the tabpanel changes tabpagenr

Problem:  dragging outside the tabpanel changes tabpagenr (char101)
Solution: set in_tab_line and in_tabpanel variables (Hirohito Higashi)

fixes: #17385
closes: #17431

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/mouse.c
src/testdir/test_tabpanel.vim
src/version.c