9 Commits

Author SHA1 Message Date
Tobias Witt
815c612250 Don't move the cursor to beginning of line on deactivating limelight (#60)
Calling functions in vim using a range with `<line1>,<line2>call ...`
makes vim move the cursor to the beginning of the line. This can cause
distraction when Limelight is used in conjunction with the insert mode
(e.g. when deactivating on `InsertLeave`).

This commit makes the `Limelight` command pass the range as parameters
to the `execute` function which removes that effect while
`Limelight`ening a range still works.
2020-09-07 14:09:35 +09:00
Junegunn Choi
fc8dfac390 Add <Plug> mappings for highlighting fixed range 2015-06-07 21:37:48 +09:00
Junegunn Choi
f282610943 Limelight for a visual range (#15) 2015-06-07 21:26:18 +09:00
Junegunn Choi
faa85b1d1f Move the code to autoload directory 2015-01-31 01:38:00 +09:00
Junegunn Choi
34493b4232 Fix error message (#10) 2014-12-24 17:36:31 +09:00
Case Duckworth
9bb5fa43d5 Add guisp=bg to LimelightDim group 2014-11-15 10:38:54 -07:00
Junegunn Choi
5c164c916a Fix error message (#4) 2014-07-08 12:09:11 +09:00
Junegunn Choi
468baebd45 Update ANSI code interpolation to cover more cases 2014-07-02 17:45:58 +09:00
Junegunn Choi
1bafe3d6d0 Initial commit 2014-07-02 01:41:43 +09:00