Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我statusline为 Vim 设置,但这也改变了 taglist 窗口的状态行。
statusline
如何statusline为特定窗口设置标签列表?
autocmd FileType taglist setlocal statusline=\ taglist.
autocmd FileType taglist setlocal statusline=\ taglist
但它的发展已经停滞,您可能想看看替代标签栏。
(另请阅读:help :setlocal。)
:help :setlocal