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

Fix for #783 - set colorcolumn to empty string (default) for local tagbar window (#797)

This commit is contained in:
David Hegland
2021-11-23 14:36:33 -06:00
committed by GitHub
parent b6669c7c9d
commit 253b6f2628

View File

@@ -981,6 +981,7 @@ function! s:InitWindow(autoclose) abort
setlocal nobuflisted
setlocal nomodifiable
setlocal textwidth=0
setlocal colorcolumn=""
if g:tagbar_scrolloff > 0
execute 'setlocal scrolloff=' . g:tagbar_scrolloff