1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:40:05 +08:00
Commit Graph

128 Commits

Author SHA1 Message Date
Wang Shidong
674c3c09ba
Fix lint build vim (#3144) 2019-10-13 22:16:53 +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
746fe55263
Fix flygrep and vim-todo error (#2983) 2019-08-01 22:03:57 +08:00
Wang Shidong
33326c7852
Doc help (#2945) 2019-07-16 22:05:20 +08:00
Wang Shidong
a446220add
Improve todo manager (#2942) 2019-07-11 18:26:29 +08:00
Wang Shidong
04893990f0
Add lang#d layer (#2923) 2019-07-05 22:59:13 +08:00
Wang Shidong
81b56a907c
Remove some code && fix windows support (#2874) 2019-06-08 15:09:53 +08:00
Wang Shidong
b38414aea5
Fix error_clear (#2847) 2019-05-26 22:01:20 +08:00
Shidong Wang
66338440f0 Fix theme test 2019-05-25 13:38:37 +08:00
Wang Shidong
6de331d8be
Fix spacevim rtp (#2550) 2019-02-03 00:07:31 +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
1b7c6b56e6
Add alt file plugin (#2416) 2019-01-06 13:36:33 +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
0008a752ab
Fix toggle cursorline (#2171) 2018-09-16 13:54:57 +08:00
Wang Shidong
4c32447783
Fix statusline theme (#2170) 2018-09-16 13:05:35 +08:00
Wang Shidong
0c12b784a0
Improve flygrep for expr mode (#1961) 2018-07-21 09:59:53 +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
wsdjeg
0edab9af0e Fix lint 2018-05-08 21:45:20 +08:00
wsdjeg
3ac76a0ca8 Better default
Fix up

Fix up

Fix up

Fix rtp

Update project layout

Fix colorscheme layer

Add colorsheme

close #1308

Close #1307

Set default fillchars

Move cache to cache

Disable lang layer

Remove layers

Fix crash

ref : https://github.com/neovim/neovim/issues/7876

Fix plugin manager

Filter same filename:linenumber in flygrep

Fix type
2018-02-25 01:04:54 +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
46577a70b7 Remove init vader 2017-11-24 22:27:06 +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
592994d5f7 Remove unused script 2017-10-28 20:30:23 +08:00
wsdjeg
ae0b37cd64 Test quickfix abbr 2017-10-28 15:19:23 +08:00
wsdjeg
1b001b654e Fix quickfix test 2017-10-28 14:11:54 +08:00
wsdjeg
fe0f8c4f95 Add test 2017-10-28 13:11:59 +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
608e61101f Add tests 2017-10-23 22:42:03 +08:00
wsdjeg
adb8a601ad Add test 2017-10-23 22:41:43 +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
wsdjeg
21755a25ee Skip job test in windows 2017-10-22 22:31:59 +08:00
wsdjeg
e7352fac71 Update vim#buffer api 2017-10-22 22:25:12 +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
9e5ac43426 Add test for data#dict api 2017-10-13 20:41:25 +08:00
wsdjeg
c478ff6cf1 Add test for plugin manager 2017-10-11 23:47:05 +08:00
wsdjeg
d744d0ccaa Update test for data#list api 2017-10-11 23:30:16 +08:00
wsdjeg
a26a75bef0 Add test for data#list api 2017-10-11 22:56:09 +08:00
wsdjeg
dd12b9ceea Add test for unicode#box api 2017-10-11 21:54:29 +08:00
wsdjeg
764a7b399b test main vimrc 2017-10-10 20:57:09 +08:00
Daniel Hahler
b7ac199623 Move test/test.sh into (new) Makefile 2017-10-07 02:31:42 +02:00
Daniel Hahler
f48fdc3271 tests: use --depth=1 with git-clone for vader 2017-10-07 02:31:42 +02:00
Daniel Hahler
e9ead2f5ca tests: rename test/test.vim to test/vimrc for clarity 2017-10-07 02:31:42 +02:00
wsdjeg
44ebec2fe8 Add test for buf_set_lines 2017-10-05 22:27:10 +08:00
wsdjeg
aeccca71b6 Fix lint 2017-09-26 21:05:24 +08:00
wsdjeg
6faeaa4462 Fix vader test 2017-07-25 08:06:37 +08:00
wsdjeg
dc987e3bcd Add test for web html api 2017-07-16 04:50:47 +08:00
wsdjeg
a761d83935 Add test for web api 2017-07-16 04:28:01 +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
wsdjeg
3e8a2dddc1 Add sync support 2017-04-22 14:44:47 +08:00
wsdjeg
2a0165429f Add test for cmdlinemunu api 2017-04-19 21:07:02 +08:00
wsdjeg
cb5438f9b6 Add test for job api 2017-04-15 16:50:33 +08:00
wsdjeg
84d4a25861 Disable update apt 2017-04-15 14:21:56 +08:00
wsdjeg
5384b968eb Test g: profix 2017-04-15 14:14:52 +08:00
wsdjeg
52e8f762df Add log 2017-04-15 14:06:40 +08:00
wsdjeg
28b308f6d1 Add log for job test 2017-04-15 13:56:15 +08:00
wsdjeg
7523e665af Short sleep 2017-04-15 13:09:55 +08:00
wsdjeg
9bc83d7c0d Add test for job 2017-04-15 12:28:48 +08:00
wsdjeg
42b7d3bcf3 Remove vim file in test 2017-04-14 23:05:32 +08:00
wsdjeg
837f89c446 Fix lint 2017-04-14 22:58:36 +08:00
wsdjeg
e73c245138 Add test for logger api 2017-04-14 22:30:45 +08:00
wsdjeg
fbf89590a9 Add test 2017-04-14 21:46:34 +08:00