mirror of
https://github.com/osyo-manga/vim-brightest.git
synced 2025-11-12 21:43:51 -05:00
Fix type.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user