diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index 5c5d725..c384d01 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -1439,6 +1439,7 @@ function! s:InitWindow(autoclose) endif setlocal nofoldenable + setlocal foldcolumn=0 " Reset fold settings in case a plugin set them globally to something " expensive. Apparently 'foldexpr' gets executed even if 'foldenable' is " off, and then for every appended line (like with :put).