mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-18 12:00:23 +01:00
Set foldcolumn to 0 locally, closes #46
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user