Merge pull request #35 from junegunn/initcolor-bufnewfile

Calls InitColor on BufNewFile
This commit is contained in:
Yggdroot
2013-05-05 20:22:54 -07:00

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()