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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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