]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0386: No scroll/scrollbar support in the tabpanel v9.2.0386
authorYasuhiro Matsumoto <mattn.jp@gmail.com>
Tue, 21 Apr 2026 20:20:30 +0000 (20:20 +0000)
committerChristian Brabandt <cb@256bit.org>
Tue, 21 Apr 2026 20:39:22 +0000 (20:39 +0000)
commit2ea4a7c3b73468683249fe194707c8d7e67ecdb3
treeb7c387063c8e95f93d121a2d9fe843b10e345775
parent10040bc9cde340c52b5093cacb1d60fd2e621883
patch 9.2.0386: No scroll/scrollbar support in the tabpanel

Problem:  No scroll/scrollbar support in the tabpanel
Solution: Add support for it (Yasuhiro Matsumoto)

closes: #19979

Signed-off-by: Yasuhiro Matsumoto <mattn.jp@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/options.txt
runtime/doc/tabpage.txt
runtime/doc/tags
runtime/doc/version9.txt
src/buffer.c
src/mouse.c
src/proto/tabpanel.pro
src/tabpanel.c
src/testdir/test_tabpanel.vim
src/version.c