1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-26 14:50:04 +08:00
Commit Graph

20 Commits

Author SHA1 Message Date
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
8626aba4e9
Add vim#regex api (#3791) 2020-09-10 00:54:46 +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
bd73871f6c
Fix Buffer api (#3136) 2019-10-11 23:07:03 +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
wsdjeg
179afd81af Add test for vim#key api 2017-10-23 23:36:55 +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
wsdjeg
81caf7521c Add test for command api 2017-10-17 23:23:07 +08:00
wsdjeg
b067b95bf9 Add command APIs 2017-10-17 15:37:29 +08:00
wsdjeg
44ebec2fe8 Add test for buf_set_lines 2017-10-05 22:27:10 +08:00
Timg
81d7f535b8 Add APIs (#465)
* Add vimautoload\SpaceVim\api\job.vimmessage api

* Add scriptnames func

* Add vim#buffer is_cmdwin

* Add test for vim#buffer is_cmdwin()

* Update buffer.vim

* Update buffer.vader

* Add vim buffer api

* Add resize func

* Fix test

* Add vim#tab api
2017-05-07 23:34:27 +08:00