Calls InitColor on BufNewFile

This commit is contained in:
Junegunn Choi
2013-05-02 13:52:28 +09:00
parent 2672434a0a
commit a1d06f9d3c

View File

@@ -164,7 +164,7 @@ endfunction
"{{{1 commands
autocmd BufWinEnter * call <SID>Setup()
autocmd BufRead,ColorScheme * call <SID>InitColor()
autocmd BufRead,BufNewFile,ColorScheme * call <SID>InitColor()
command! -nargs=? IndentLinesReset call <SID>ResetWidth(<f-args>)
command! IndentLinesToggle call <SID>IndentLinesToggle()