wsdjeg
bd72cc5a2b
fix(tasks): do not tesk local vader
2022-04-25 19:29:37 +08:00
wsdjeg
2960cbd3a6
test(todo): add test for todo.vim
2022-04-22 22:38:34 +08:00
wsdjeg
ce699e7af7
test(flygrep): add test for flygrep
2022-04-22 19:54:47 +08:00
wsdjeg
bc5e24c693
test(mkdir): add test for mkdir plugin
2022-04-03 23:21:00 +08:00
wsdjeg
0f336f386e
fix(highlight.vim): fix list index out of range
2022-03-22 11:42:13 +08:00
wsdjeg
2a68aad058
fix(test): fix test for a.vim
and a.lua
2022-03-21 23:46:06 +08:00
Wang Shidong
d356ef5bd2
feat(lua): add lua data#string
api
2022-02-03 23:10:41 +08:00
Wang Shidong
fcd0d28a67
test(iedit): add test for iedit
2022-02-03 23:08:04 +08:00
wsdjeg
129d538c3b
test(logger): test lua logger only for nvim-0.5.0
2022-01-04 23:02:03 +08:00
wsdjeg
bb209b9e28
test(lua): test lua only for nvim-0.5.0
2022-01-04 22:59:04 +08:00
wsdjeg
b12d1890d3
test(logger): fix logger test
2022-01-03 16:06:16 +08:00
Shidong Wang
043091c3e8
test(a.lua): add test for a.lua
2021-11-13 16:32:40 +08:00
Shidong Wang
35bb6cb72d
test(logger): fix logger test
2021-11-05 19:02:34 +08:00
Wang Shidong
4006e9b912
add language mapping test ( #4431 )
2021-08-27 11:47:11 +08:00
Wang Shidong
fd4b7a6e75
Add test for windows ( #4412 )
2021-08-21 13:21:11 +08:00
Wang Shidong
81e58fdd78
Rewrite plugin a.vim
in lua ( #4390 )
2021-08-15 19:06:48 +08:00
Wang Shidong
384964526b
Add lua logger api ( #4395 )
2021-08-14 15:27:12 +08:00
Wang Shidong
5fe3d09bb2
Add lua file api ( #4391 )
2021-08-14 14:20:03 +08:00
Wang Shidong
66f3306acb
Add lua system
api & test ( #4392 )
2021-08-14 09:30:57 +08:00
Wang Shidong
be155d6ff4
Enable neovim test ( #4382 )
2021-08-11 13:45:38 +08:00
Wang Shidong
6377357a81
Add codecov ( #4380 )
2021-08-10 19:59:42 +08:00
Wang Shidong
722b6f97cc
Release v1.7.0 ( #4285 )
2021-06-14 10:31:58 +08:00
Wang Shidong
1b8c5dd443
Improve alternate file config ( #3493 )
2021-05-31 23:32:48 +08:00
Wang Shidong
c761841999
Fix github action build status ( #4105 )
2021-02-21 15:56:37 +08:00
Wang Shidong
52340e077b
Fix configuration path ( #4097 )
2021-02-17 23:15:18 +08:00
Wang Shidong
169ad9748a
Lua api ( #3711 )
2020-12-20 20:22:11 +08:00
Wang Shidong
e2d5865a17
Add box and tree api ( #3820 )
2020-12-19 22:27:24 +08:00
Wang Shidong
eb26c88238
Hot fix for vim-todo ( #3910 )
2020-10-17 23:21:52 +08:00
Wang Shidong
bd40c0935b
add Codecov link to readme ( #3898 )
2020-10-15 13:08:59 +08:00
Wang Shidong
acdcfa5aae
Add quickfix support for flygrep ( #3872 )
2020-10-07 13:31:10 +08:00
Wang Shidong
67efff68d3
Update contributing guide ( #3808 )
2020-09-17 21:53:04 +08:00
Shidong Wang
8be896786b
Disable guide test
2020-09-16 22:18:08 +08:00
Wang Shidong
417b1c2866
Fix transient state api ( #3809 )
2020-09-16 21:56:19 +08:00
Wang Shidong
9066381ebb
Fix travis-ci checker status ( #3802 )
2020-09-12 19:57:10 +08:00
Wang Shidong
94145bd3aa
Fix AppVeyor lint ( #3801 )
2020-09-12 07:35:25 +08:00
Wang Shidong
8626aba4e9
Add vim#regex api ( #3791 )
2020-09-10 00:54:46 +08:00
Wang Shidong
e5f245d2a4
Fix find path in project manager ( #3761 )
2020-09-03 23:58:50 +08:00
Wang Shidong
3e58a7efdb
Update key binding guide ( #3753 )
2020-09-02 22:56:53 +08:00
Wang Shidong
61452f00ae
Fix tab name ( #3752 )
2020-09-02 12:28:33 +08:00
Wang Shidong
7c06af21fc
Update codecov ( #3751 )
2020-09-02 01:12:44 +08:00
Wang Shidong
1b81953378
Update job test ( #3750 )
2020-09-01 22:55:28 +08:00
Wang Shidong
ea23a1d37a
Fix tabline index ( #3741 )
2020-08-30 20:49:56 +08:00
Wang Shidong
4e4ca32f4a
Fix lint ( #3727 )
2020-08-29 16:46:57 +08:00
Wang Shidong
6e0fb7d708
Update alternate file manager ( #3725 )
2020-08-25 15:55:19 +08:00
Wang Shidong
876b3f53cc
Fix vim#buffer api ( #3630 )
2020-07-15 22:25:28 +08:00
Theodore Ni
1c6b15619f
Change how highlight syntax IDs are looked up. ( #3521 )
...
There is a function called hlID that can be used to look up the syntax
ID directly. On my laptop, this saves a bit over 100ms during start up
when loading the tabline and the statusline.
2020-05-15 21:44:02 +08:00
Wang Shidong
c2ce513517
Update lint ( #3363 )
2020-02-20 21:58:43 +08:00
Wang Shidong
7c6fdad120
Add type support for A plugin ( #3308 )
2020-01-28 16:10:31 +08:00
Wang Shidong
04415dba45
Improve lint ( #3291 )
2020-01-19 18:35:50 +08:00
Wang Shidong
12409e165b
Improve git support ( #3247 )
2019-12-21 21:42:27 +08:00