1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 11:30:28 +01:00

Hide signcolumn in tagbar window (#666)

This commit is contained in:
Wenxuan
2020-09-29 18:01:42 +08:00
committed by GitHub
parent 98efae9899
commit a1e0e7a571

View File

@@ -991,6 +991,7 @@ function! s:InitWindow(autoclose) abort
setlocal foldmethod&
setlocal foldexpr&
silent! setlocal signcolumn=no
let w:autoclose = a:autoclose