mirror of
https://github.com/osyo-manga/vim-brightest.git
synced 2025-11-17 07:53:42 -05:00
Add command :BrightestHighlight and :BrightestClear
This commit is contained in:
@@ -20,8 +20,12 @@ endfunction
|
||||
call s:init_hl()
|
||||
|
||||
|
||||
command! -bar BrightestEnable let g:brightest_enable = 1 | call brightest#highlighting()
|
||||
command! -bar BrightestDisable let g:brightest_enable = 0 | call brightest#hl_clear()
|
||||
command! -bar BrightestHighlight call brightest#highlighting()
|
||||
command! -bar BrightestClear call brightest#hl_clear()
|
||||
command! -bar BrightestEnable let g:brightest_enable = 1 | BrightestHighlight
|
||||
command! -bar BrightestDisable let g:brightest_enable = 0 | BrightestClear
|
||||
|
||||
|
||||
|
||||
augroup brightest
|
||||
autocmd!
|
||||
|
||||
Reference in New Issue
Block a user