Eric Wong
f5c6730177
fix(string): fix string2chars function test for vim
...
skip chinese test for old vim
2024-03-23 20:40:17 +08:00
Eric Wong
7eb68ca364
test(nvim): fix make test
for nvim 0.9.5
2024-03-21 18:25:14 +08:00
wsdjeg
cd45afc46b
build(buffer): log if_py
2023-04-04 11:25:37 +08:00
wsdjeg
b12d1890d3
test(logger): fix logger test
2022-01-03 16:06:16 +08:00
Shidong Wang
35bb6cb72d
test(logger): fix logger test
2021-11-05 19:02:34 +08:00
Wang Shidong
fd4b7a6e75
Add test for windows ( #4412 )
2021-08-21 13:21:11 +08:00
Wang Shidong
5fe3d09bb2
Add lua file api ( #4391 )
2021-08-14 14:20:03 +08:00
Wang Shidong
be155d6ff4
Enable neovim test ( #4382 )
2021-08-11 13:45:38 +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
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
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
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
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
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
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
Wang Shidong
bd73871f6c
Fix Buffer api ( #3136 )
2019-10-11 23:07:03 +08:00
Wang Shidong
ad849b6bc6
Add ~ keybinding for iedit ( #3046 )
2019-09-12 13:07:57 +08:00
Wang Shidong
a19a5db8f0
Improve file head support ( #3034 )
2019-09-05 14:10:49 +08:00
Wang Shidong
eede4cfbe3
Improve data#string api ( #2515 )
...
- add fill_left and fill_middle function
- fix string api doc
- add string api cn doc
2019-01-28 17:50:20 +08:00
Wang Shidong
89ba6c71fe
Jump to test of api ( #2424 )
2019-01-07 12:48:56 +08:00
Wang Shidong
f8b5fca38c
Fix api import ( #2418 )
2019-01-07 09:41:15 +08:00
Wang Shidong
ecab6eb52b
Fix flygerp support in windows ( #2371 )
...
* Fix flygerp support in windows
* Fix path
* Add option for config command line prompt
Add new SpaceVim option commandline_prompt, this option is for
changging denite and flygrep command line prompt, by default it is
➭
* Remove spacevim before prompt
* Add getjumplist compatible function
* Update getjumplist function
* Implement split max func
* Update test
* Fix compatible function
* Fix rg support in flygrep_windows
in window and neovim-qt, rg need a '.' at the end if no dir specific
* Fix ag support
* Update wiki
* Update notes
* Add note for install rg and ag in windows
2018-12-22 22:18:19 +08:00
Wang Shidong
fc0bf9869a
Fix Lint ( #1945 )
2018-07-15 20:23:38 +08:00
Wang Shidong
464e9d5957
Add test for api ( #1849 )
...
* Add test for toml api
* Add test for number api
* Add test for file api
* Add test for vim#highlight api
* Add test for icon api
2018-06-20 20:44:08 +08:00
Wang Shidong
c6947482b2
Improve ocmal/c/unite/denite/ctrlp layer ( #1369 )
2018-02-07 20:52:20 +08:00
Wang Shidong
2e8843eb3d
Replace mode for flygrep ( #1340 )
2018-02-04 22:01:16 +08:00
wsdjeg
713df46b80
Add replace for list api
2017-12-03 22:18:42 +08:00
wsdjeg
ffbebaba6a
Use old vader
2017-11-24 22:50:26 +08:00
wsdjeg
e29c002110
Fix lint again
2017-11-24 22:17:20 +08:00
Wang Shidong
a8c94b67ad
Merge pull request #924 from SpaceVim/base64
...
Add base64 api
2017-10-28 20:59:33 +08:00
wsdjeg
79407e2beb
Fix json test in vim8
2017-10-24 00:03:57 +08:00
wsdjeg
179afd81af
Add test for vim#key api
2017-10-23 23:36:55 +08:00
wsdjeg
25d89bf344
Add test for data#json api
2017-10-23 23:30:24 +08:00
wsdjeg
9fe68c4b40
Add colors test
2017-10-23 23:14:13 +08:00
wsdjeg
0e6f1183a9
Add base64 api
2017-10-23 15:39:07 +08:00
wsdjeg
7ab778dbbe
Skip windows test for vim#buffer api
2017-10-22 22:55:06 +08:00
wsdjeg
05abdf2d4a
Add test
2017-10-22 22:50:28 +08:00
wsdjeg
707a65f9be
Fix unkown func
2017-10-22 22:40:04 +08:00
wsdjeg
73d0fb28b0
Add log
2017-10-22 22:37:44 +08:00