mirror of
https://github.com/junegunn/limelight.vim.git
synced 2025-11-08 11:03:48 -05:00
@@ -274,7 +274,7 @@ function! limelight#execute(bang, visual, line1, line2, ...)
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! limelight#operator(...)
|
function! limelight#operator(...)
|
||||||
'[,']call limelight#execute(0, 1)
|
call limelight#execute(0, 1, line("'["), line("']"))
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
let &cpo = s:cpo_save
|
let &cpo = s:cpo_save
|
||||||
|
|||||||
Reference in New Issue
Block a user