mirror of
https://github.com/osyo-manga/vim-brightest.git
synced 2025-11-16 15:33:50 -05:00
Add :BrightestLock, :BrightestUnlock.
This commit is contained in:
@@ -41,7 +41,7 @@ endfunction
|
||||
|
||||
function! s:is_enable_in_current(context)
|
||||
let default = get(g:brightest#enable_filetypes, "_", 1)
|
||||
return g:brightest_enable && get(g:brightest#enable_filetypes, a:context.filetype, default)
|
||||
return get(g:brightest#enable_filetypes, a:context.filetype, default)
|
||||
endfunction
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user