Fix function name.

This commit is contained in:
manga_osyo
2014-07-31 12:58:48 +09:00
parent c957aa3e77
commit 41dbb2ba27
2 changed files with 19 additions and 19 deletions

View File

@@ -22,7 +22,7 @@ command! -bar BrightestDisable let g:brightest_enable = 0 | call brightest#hl_cl
augroup brightest
autocmd!
autocmd CursorMoved * call brightest#highlight()
autocmd CursorMoved * call brightest#highlighting()
autocmd BufLeave,WinLeave,InsertEnter * call brightest#hl_clear()
autocmd ColorScheme * call s:init_hl()
augroup END