57 Commits

Author SHA1 Message Date
2291fe1209 Fix tab handling 2024-01-17 14:06:19 +01:00
wongxy
4d385b4aa4 fix: handle inline virtual text
fixes #9
2023-12-15 19:55:44 +08:00
wongxy
cb1cbd1ea3 fix: handle textwidth changes
fix #8
2023-12-12 10:24:38 +08:00
wongxy
2376352d1f refresh on FileType (close #7) 2023-11-02 13:51:58 +08:00
wongxy
abffc35d03 Temporarily disable the items filtering 2023-11-01 10:07:28 +08:00
wongxy
06bf30b24d fix: Add more events to trigger the refresh (fix #7) 2023-11-01 09:08:05 +08:00
wongxy
5a16f8e32b fix: handle viewport 2023-10-29 22:45:32 +08:00
wongxy
b0333c80af docs: add example 2023-10-29 21:31:50 +08:00
wongxy
441cb5ff8b fix: handle E976 in binary file
Close #6
2023-10-29 21:22:17 +08:00
wongxy
cd9485d64a improve: smoother experience 2022-08-13 09:34:00 +08:00
wongxy
b75310f281 style: reformat 2022-08-13 08:48:45 +08:00
wongxy
5a24869fab chore: reduce the delay
`refresh` is actually very cheap
2022-07-14 18:55:12 +08:00
wongxy
2dbb5741b4 fix: draw line if has spaces 2022-07-14 18:51:28 +08:00
wongxy
a2c54f757b chore: remove unused code 2022-07-12 21:35:19 +08:00
wongxy
0376fe6725 feat: new option virtcolumn_priority 2022-07-12 21:34:35 +08:00
wongxy
e23c9aa851 refactor: avoid unnecessary loops 2022-07-12 21:30:43 +08:00
wongxy
c54f81eca1 fix: use api funciton to set scoped option
it's not correct when enter a new tab before
2022-04-16 11:27:57 +08:00
wongxy
5c155dccda update requirements 2022-04-15 13:32:04 +08:00
wongxy
328326fc35 update repo info and readme 2022-04-15 13:24:02 +08:00
wongxy
56bdcb4471 rename virt-column to virtcolumn 2022-04-15 12:58:15 +08:00
wongxy
348beb3ab2 improve: use a shorter delay when the total lines is changed 2022-04-15 12:34:45 +08:00
wongxy
5f3d32910b fix: refresh items when set colorcolumn 2022-04-15 12:20:59 +08:00
wongxy
c8c189c30b remove doc 2022-04-15 12:14:58 +08:00
wongxy
98eaab239d improve: remove unnecessary caches, use timer for TextChanged 2022-04-15 12:09:19 +08:00
wongxy
aaf3163199 feat: refresh on InsertEnter 2022-04-15 02:19:45 +08:00
wongxy
5ab828d911 feat: handle colorcolumn automatically, no more configuration
I'm dizzy, it took me 2 hours to solve the logic problem
2022-04-15 02:16:12 +08:00
wongxy
356ccaf796 improve: refresh immeditately after loading 2022-04-14 23:47:46 +08:00
wongxy
dbfd0b6e84 fix: some refreshing not invoked 2022-04-14 23:44:16 +08:00
wongxy
ed3c502da0 REWRITE 2022-04-14 22:33:32 +08:00
Lukas Reineke
29db24c5e9 Merge pull request #22 from lukas-reineke/develop 2022-02-24 15:39:49 +09:00
Lukas Reineke
3b30aa0565 Version 1.5.3
* ignore `+N` `-N` columns when `textwidth` is 0
2022-02-24 15:38:34 +09:00
Lukas Reineke
3640664d06 ignore +N -N columns when textwidth is 0
fix #21
2022-02-24 15:38:34 +09:00
Lukas Reineke
8b7dd58fa9 Merge pull request #19 from lukas-reineke/develop 2022-02-08 10:45:43 +09:00
Lukas Reineke
07c7a3e7d8 Version: 1.5.2
* use `default` for `:highlight-link`
2022-02-08 10:44:23 +09:00
Lukas Reineke
f217224e7f Merge pull request #17 from j-hui/master 2022-02-08 10:42:59 +09:00
j-hui
0b5a7182eb Use default link for highlight 2022-02-06 01:36:09 -05:00
Lukas Reineke
fe3cff9471 Merge pull request #16 from lukas-reineke/develop 2022-01-22 14:27:04 +09:00
Lukas Reineke
28085db33a Version 1.5.1
* Add ext mark priority
2022-01-22 14:26:28 +09:00
Lukas Reineke
52124c8bd0 Merge pull request #15 from lukas-reineke/develop 2022-01-06 00:06:45 +09:00
Lukas Reineke
2296cb4ef6 Version 1.5.0
* Fix table concat bug
* Add `setup_buffer`
2022-01-06 00:03:49 +09:00
Lukas Reineke
c9de56aa79 Merge pull request #13 from lukas-reineke/develop 2022-01-05 17:53:49 +09:00
Lukas Reineke
7ea856fea0 Version 1.4.0
* Add `virt-column-virtcolumn`
2022-01-05 17:52:18 +09:00
Lukas Reineke
8e47ead7d8 Merge pull request #12 from lukas-reineke/develop 2022-01-04 10:21:06 +09:00
Lukas Reineke
3c808f0427 Version 1.3.1
* Fix link in the documentation
2022-01-04 10:19:53 +09:00
Chad Condon
0e5bfe528d Repair help link 2022-01-04 10:18:10 +09:00
Lukas Reineke
3b899d9866 Merge pull request #11 from lukas-reineke/master 2022-01-04 10:17:12 +09:00
Lukas Reineke
7b013a2c87 Merge pull request #8 from lukas-reineke/develop 2021-12-01 12:05:47 +09:00
Lukas Reineke
86d9ffb022 Version 1.3.0
* use `virt_text_win_col` to position the column in the window
2021-12-01 12:04:19 +09:00
Lukas Reineke
6a751013eb feature: refresh on resize
fix #1
2021-12-01 12:03:36 +09:00
Lukas Reineke
f589a9687b Merge pull request #7 from lukas-reineke/develop 2021-11-29 14:49:23 +09:00