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

@@ -23,3 +23,5 @@
command! -nargs=? -bar -bang -range Limelight <line1>,<line2>call limelight#execute(<bang>0, <count> > 0, <f-args>)
nnoremap <silent> <Plug>(Limelight) :set opfunc=limelight#operator<CR>g@
xnoremap <silent> <Plug>(Limelight) :Limelight<CR>