mirror of
https://github.com/junegunn/limelight.vim.git
synced 2025-11-17 23:43:39 -05:00
Add <Plug> mappings for highlighting fixed range
This commit is contained in:
@@ -266,6 +266,10 @@ function! limelight#execute(bang, visual, ...) range
|
||||
endif
|
||||
endfunction
|
||||
|
||||
function! limelight#operator(...)
|
||||
'[,']call limelight#execute(0, 1)
|
||||
endfunction
|
||||
|
||||
let &cpo = s:cpo_save
|
||||
unlet s:cpo_save
|
||||
|
||||
|
||||
Reference in New Issue
Block a user