Commit Graph

34 Commits

Author SHA1 Message Date
Amos Nimos
61faf12b3d Update README.md
fixed a typo "clor" to "color", better a good explanation with typo then a bad explanation still.
2021-06-07 10:58:45 -04:00
Amos Nimos
43cd359e6c Updated the README.md to make it clearer for noob
I changed the part about the issue where Limelight is not be able to calculate the color, to make it clearer
what we are suppose to do to fix the issue when it happen, avoiding the confusion of how do i "define it" where do i "define it"
"which part of this code fix the issue ?" i tried to answer those question to the best of my ability, also making clear that the example are individual line example.
2021-06-07 10:56:42 -04:00
Junegunn Choi
4412a84d7f Fix test on Travis CI 2020-10-13 20:31:14 +09:00
Junegunn Choi
4eb5d756b3 Fix test 2020-10-13 20:28:18 +09:00
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
Junegunn Choi
153e3f7b78 Merge pull request #23 from regnat/master
Added error message when running neovim with true colors
2015-08-19 12:09:33 +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
Junegunn Choi
63c4d78128 Merge pull request #18 from pgdouyon/master
Exclude whitespace-only lines from Limelight range
2015-07-27 09:56:57 +09:00
Pierre Douyon
df66855282 Exclude whitespace-only lines from Limelight range 2015-07-26 20:21:56 -04:00
Junegunn Choi
dbe351f683 Update README 2015-07-07 03:01:22 +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
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
Junegunn Choi
34493b4232 Fix error message (#10) 2014-12-24 17:36:31 +09:00
Junegunn Choi
53887b5839 Merge pull request #8 from duckwork/master
Add guisp=bg to LimelightDim group
2014-11-16 04:29:59 +09:00
Case Duckworth
9bb5fa43d5 Add guisp=bg to LimelightDim group 2014-11-15 10:38:54 -07:00
Junegunn Choi
171112a9f7 Fix typo (#5) 2014-08-18 19:15:50 +09:00
Junegunn Choi
ab4cb16bae Promote the use of GoyoEnter/GoyoLeave events 2014-08-11 03:45:14 +09:00
Junegunn Choi
5c164c916a Fix error message (#4) 2014-07-08 12:09:11 +09:00
Junegunn Choi
f6ee73b43f Add failing test case for invalid message (#4) 2014-07-08 12:09:03 +09:00
Junegunn Choi
83db143222 Replace image 2014-07-03 02:02:37 +09:00
Junegunn Choi
b0d01418c9 "Hyperfocus-writing in Vim" 2014-07-03 01:52:17 +09:00
Junegunn Choi
468baebd45 Update ANSI code interpolation to cover more cases 2014-07-02 17:45:58 +09:00
Junegunn Choi
91813552c5 Update test code 2014-07-02 13:00:20 +09:00
Junegunn Choi
1bafe3d6d0 Initial commit 2014-07-02 01:41:43 +09:00