diff --git a/after/plugin/indentLine.vim b/after/plugin/indentLine.vim index fa9e7cc..aed1aaf 100644 --- a/after/plugin/indentLine.vim +++ b/after/plugin/indentLine.vim @@ -379,7 +379,7 @@ augroup indentLine autocmd WinNew * call Setup() endif autocmd BufWinEnter * call IndentLinesDisable() | call LeadingSpaceDisable() | call Setup() - autocmd FileType * call Disable() + "autocmd FileType * call Disable() else autocmd BufWinEnter * call Setup() autocmd User * if exists("b:indentLine_enabled") || exists("b:indentLine_leadingSpaceEnabled") |