Junegunn Choi
2adb5e2cac
Fix normal mode operator: <Plug>(Limelight)
...
Caused by #60
2020-10-13 20:26:22 +09:00
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
郑浩楠
26e913a2e0
Fix horizontal cursor position when moving vertically ( #59 )
...
Fix #43
2019-07-09 22:14:30 +09:00
Filipe Silva
106fb5749d
Backward compatibility for old Neovim releases ( #32 )
2016-06-24 02:51:29 +09:00
Junegunn Choi
e93c8013bb
Fix #30 - Add support for termguicolors
2016-05-17 22:27:08 +09:00
Junegunn Choi
be8c754eb1
Support truecolor Neovim
2016-04-12 01:40:12 +09:00
Théophane Hufschmitt
7551f9cd79
Added error message when running neovim with true colors
2015-08-19 10:22:57 +08:00
Junegunn Choi
4d63759523
Add g:limelight_priority
...
Can be used not to overrule hlsearch. Close #21 .
2015-07-30 23:45:15 +09:00
Junegunn Choi
487515a1de
Customizable paragraph boundary
...
Close #20
2015-07-30 23:35:53 +09:00
Junegunn Choi
9f57165a38
Workaround for Vim bug: using Float as a String in gvim ( #19 )
...
Related:
https://github.com/junegunn/vim-easy-align/issues/27
2015-07-30 01:48:08 +09:00
Pierre Douyon
df66855282
Exclude whitespace-only lines from Limelight range
2015-07-26 20:21:56 -04: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
64d1b28b93
Add g:limelight_paragraph_span ( #12 )
2015-02-18 02:54:32 +09:00
Junegunn Choi
faa85b1d1f
Move the code to autoload directory
2015-01-31 01:38:00 +09:00