diff --git a/plugin/brightest.vim b/plugin/brightest.vim index b24e2be..e91bbd5 100644 --- a/plugin/brightest.vim +++ b/plugin/brightest.vim @@ -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