1
0
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:
Jan Larres
2011-10-23 02:23:58 +13:00
parent 4b8cc056bf
commit 4c907e56c1

View File

@@ -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).