Add <Plug> mappings for highlighting fixed range

This commit is contained in:
Junegunn Choi
2015-06-07 21:37:48 +09:00
parent f282610943
commit fc8dfac390
3 changed files with 15 additions and 1 deletions

View File

@@ -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