Fix type.

This commit is contained in:
manga_osyo
2014-07-31 20:54:39 +09:00
parent adbb48c843
commit 911ec87156

View File

@@ -19,7 +19,7 @@ endfunction
call s:init_hl()
command! -bar BrightestEnable let g:brightest_enable = 1 | call brightest#highlight()
command! -bar BrightestEnable let g:brightest_enable = 1 | call brightest#highlighting()
command! -bar BrightestDisable let g:brightest_enable = 0 | call brightest#hl_clear()
augroup brightest