1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-23 12:01:32 +08:00
Commit Graph

362 Commits

Author SHA1 Message Date
wsdjeg
702504768b Update logger api 2017-11-11 23:20:20 +08:00
wsdjeg
fc534c7afc Clone --recursive instead
ref: https://github.com/Shougo/dein.vim/issues/141
2017-11-05 18:47:02 +08:00
wsdjeg
24fce8f3d5 Add runner for c file 2017-11-04 20:16:22 +08:00
wsdjeg
f732dfb80d Ignore a:base
ref: https://github.com/neovim/neovim/issues/7471
2017-11-03 19:37:28 +08:00
wsdjeg
6b035f90ad Add log 2017-11-01 16:48:43 +08:00
wsdjeg
dd36d3beff Add omni for sh file 2017-10-31 23:39:01 +08:00
wsdjeg
d7bf06c744 Add bash complete api 2017-10-31 09:33:54 +08:00
wsdjeg
5ba107cf52 Add bashcomplete.vim 2017-10-30 22:48:53 +08:00
wsdjeg
a7e885d814 Help describe key bindings 2017-10-28 21:49:44 +08:00
wsdjeg
f7b5e8ab8a Fix lint 2017-10-28 20:20:27 +08:00
wsdjeg
1b001b654e Fix quickfix test 2017-10-28 14:11:54 +08:00
wsdjeg
e0b0e2d142 Fix next/pre func 2017-10-28 12:57:26 +08:00
wsdjeg
ff46b8cd23 Add title support 2017-10-28 12:43:38 +08:00
wsdjeg
83dd1d9804 Close quickfix windows when swap 2017-10-27 13:03:41 +08:00
wsdjeg
377bfb81d8 Add swapqf func 2017-10-27 13:00:12 +08:00
wsdjeg
527d7e1623 Fix qflist plugin 2017-10-27 12:55:55 +08:00
wsdjeg
3f71a23c9e Fix tabline 2017-10-27 00:14:44 +08:00
wsdjeg
434a5e506d Add syntax file 2017-10-26 23:58:32 +08:00
wsdjeg
c243ecb8c8 Update qflist 2017-10-26 23:24:57 +08:00
wsdjeg
478754ed30 Fix line 2017-10-25 23:30:08 +08:00
wsdjeg
f2804c2520 Add quickfix plugin 2017-10-25 23:00:07 +08:00
wsdjeg
b75606a405 Add debug for job api 2017-10-17 23:11:16 +08:00
wsdjeg
a344f57c0d Fix pmd plugin 2017-10-17 17:22:05 +08:00
wsdjeg
8d7a581847 Fix command options 2017-10-17 16:59:22 +08:00
wsdjeg
c112db2a98 Update command api 2017-10-17 15:58:55 +08:00
wsdjeg
b067b95bf9 Add command APIs 2017-10-17 15:37:29 +08:00
wsdjeg
f1594388cb Add options 2017-10-17 00:17:31 +08:00
wsdjeg
422369a072 Add PMD command 2017-10-17 00:11:21 +08:00
wsdjeg
c5aee19c89 Fix lint 2017-10-05 21:26:24 +08:00
wsdjeg
eb7d940de8 Fix runner 2017-10-05 20:50:38 +08:00
wsdjeg
228beb038d Add SpaceVimRunner 2017-10-05 20:26:17 +08:00
wsdjeg
89d7e5324d Add language specified mappings for python 2017-10-05 19:10:01 +08:00
wsdjeg
34fa2a9a49 Add SPReinstall command for reinstall plugins
close #866
2017-09-28 21:36:54 +08:00
wsdjeg
4092951db8 Add SPC p k to kill all project buffers 2017-09-25 20:55:46 +08:00
wsdjeg
4c061de793 Add project manager 2017-09-16 20:55:59 +08:00
wsdjeg
11c7d5cbda Fix #803 2017-08-27 15:00:49 +08:00
wsdjeg
b29d5639e1 Fix plugin manager
close #761
2017-08-01 04:22:02 +08:00
wsdjeg
e356ded27d Fix up: do not add invalid jobid 2017-07-29 22:06:34 +08:00
wsdjeg
2845282410 Fix plugin manager ui: show error message
close #741
2017-07-29 21:59:11 +08:00
wsdjeg
9d7ac05d12 Add describe for SPC b n 2017-07-29 20:19:16 +08:00
wsdjeg
bd5454a300 Add SPC h d k 2017-07-29 18:48:02 +08:00
wsdjeg
ffa86f2cd9 Fix bug: can't open files with space in names
close https://github.com/wsdjeg/FlyGrep.vim/issues/3
2017-07-25 07:33:31 +08:00
Zym-xx
df6c1a1c82 Close job/timer when close flygrep buffer 2017-07-09 16:20:16 +08:00
wsdjeg
474bd1efe7 Add mouse support 2017-07-08 23:02:07 +08:00
L-stt
a7e6ae15a0 Fix windows support 2017-07-08 16:46:53 +08:00
wsdjeg
489990aead Fix fly grep pattern
Problem:    grep expr do not update when user input character
Solution:   update s:grep_expr when input character
2017-07-07 22:17:10 +08:00
wsdjeg
a34d005a43 Fix lint 2017-07-07 21:05:28 +08:00
wsdjeg
92b8f6de53 Change delay to 500ms 2017-07-07 20:48:44 +08:00
wsdjeg
52a4ec3e1a Searching when input delay 1000ms 2017-07-07 20:47:26 +08:00
wsdjeg
e983864ad1 Hide cursor in terminal vim 2017-07-06 22:23:02 +08:00
Wang Shidong
d6f184f2da Grep on the fly (#705)
* Grep on the fly

* Fix screen update

* Fix commands for prompt

* Supprt <BS> in prompt

* Redrew on stdout

* Fix prompt api

* Improve flygrep screen update

* Add function keys for flygrep buffer

* Add statusline support && ignore case

* Add highlight feature

* Fix highlight error

* Ignore FocusLost and FocusGained

* Add prompt mappings

* Add documentation for fly searching

* Update documentation

* Fix lint for flygrep
2017-07-06 21:59:09 +08:00
wsdjeg
93d2b8131f Show update percentage when updating plugins
close #698
2017-07-03 19:56:35 +08:00
Wang Shidong
c94e6613b3 Vim8 (#701)
* Fix vim8 support

* Fix vim8 job support
2017-07-02 11:17:05 -05:00
wsdjeg
b30a3bb7d6 Fix rg support 2017-07-02 21:45:17 +08:00
wsdjeg
ba6f36edfc Mappings done 2017-07-02 21:35:47 +08:00
wsdjeg
498cbe0fa0 Add background searching feature 2017-07-02 16:00:06 +08:00
unknown
e9989d057b Fix install manager 2017-06-16 12:14:49 +08:00
wsdjeg
f9d7c7d99e Fix redo window 2017-06-03 15:53:03 +08:00
wsdjeg
d7a9ec1b75 Undo general quited window 2017-06-03 15:07:09 +08:00
wsdjeg
58f7e31046 Undo tab windows 2017-06-03 12:50:44 +08:00
wsdjeg
135a83f08a Ignore case 2017-05-30 14:35:26 +08:00
wsdjeg
84cea8aa98 Fuzzy match 2017-05-30 14:03:33 +08:00
wsdjeg
6ef5d90a5d Improve gitcommit completion 2017-05-30 13:38:57 +08:00
wsdjeg
abb7619cbe Add option for pr and issue icon 2017-05-30 12:49:04 +08:00
wsdjeg
e765678bf9 Complete issue id when edit commit message 2017-05-29 23:10:32 +08:00
wsdjeg
91669a06b3 Fix commit completion
3170b90 Add completion func for gitcommit buffer
2017-05-28 19:12:35 +08:00
wsdjeg
f3e346d076 Fuzzy find commit 2017-05-28 14:34:05 +08:00
wsdjeg
3170b90903 Add completion func for gitcommit buffer 2017-05-28 14:16:08 +08:00
wsdjeg
a307bb2c7a Fix maxfuncdepth 2017-05-22 19:39:33 +08:00
wsdjeg
9cddb61cda Support line number + Enter in tab manager buffer 2017-05-13 21:59:17 +08:00
wsdjeg
081360916b Use :t for bufname 2017-05-12 22:41:06 +08:00
wsdjeg
757a00d181 Add toggle func 2017-05-12 22:24:37 +08:00
wsdjeg
843d32b3f5 Add tabmanager 2017-05-12 21:56:04 +08:00
wsdjeg
f063f66bb6 Fix install process 2017-04-22 16:08:07 +08:00
wsdjeg
83882ba74f Fix build cwd option catch 2017-04-22 15:42:01 +08:00
wsdjeg
0f88225ab3 Add sync support 2017-04-22 15:30:22 +08:00
wsdjeg
e36df642c8 Fix build 2017-04-22 15:19:13 +08:00
wsdjeg
13b22a601f Recover nvim or +python support 2017-04-16 19:38:20 +08:00
wsdjeg
a076a6aec0 Fix #442 2017-04-16 19:36:35 +08:00
wsdjeg
3d1894b268 Use vim without python support 2017-04-16 19:30:29 +08:00
wsdjeg
ac25743682 Mark in progress plugins 2017-04-15 22:47:23 +08:00
wsdjeg
d4b8131be0 Mark failed plugins 2017-04-15 22:39:53 +08:00
wsdjeg
ee8c3a4c55 Fix building progress 2017-04-15 22:36:58 +08:00
wsdjeg
1191ebf102 Fix updated count 2017-04-15 22:15:13 +08:00
wsdjeg
b756d06521 Fix resume windows 2017-04-15 21:20:53 +08:00
wsdjeg
b0ce31aefb Add plugin opt:build 2017-04-15 09:20:46 +08:00
wsdjeg
2ac1ad2f24 Fix #431 2017-04-13 21:10:50 +08:00
wsdjeg
6e6a34ef20 Add supporting of rev option 2017-04-12 21:28:12 +08:00
wsdjeg
dde53099a0 Add rev 2017-04-12 21:15:51 +08:00
wsdjeg
d6e6411d93 Add command for update self 2017-04-11 21:29:39 +08:00
wsdjeg
b92b579586 Fix index out of range 2017-04-08 22:08:42 +08:00
wsdjeg
e8a5f028d2 Add resume feature of plugin manager 2017-04-08 21:38:07 +08:00
wsdjeg
8bfd1ff36e Fix supporting of vim without +python feature 2017-04-08 13:10:15 +08:00
wsdjeg
3af97e6319 Fix lint 2017-04-08 00:18:49 +08:00
wsdjeg
76513fcebe Add install status 2017-04-07 23:53:15 +08:00
wsdjeg
35e742b90a Add msg on install status 2017-04-07 22:33:23 +08:00
wsdjeg
4fd013dcc6 Fix lint 2017-04-07 20:47:49 +08:00
wsdjeg
bb302701e4 Imporve check install 2017-04-07 20:38:50 +08:00
wsdjeg
ba44d2a716 Fix flag for windows check 2017-04-07 19:59:32 +08:00
wsdjeg
e081fe9f95 Add Elapsed time 2017-04-06 23:36:48 +08:00
wsdjeg
f97bdedf52 Fix buffer exist checking && sort plugin names 2017-04-06 22:52:31 +08:00
wsdjeg
d21d6be59e Fix highlight 2017-04-06 22:10:53 +08:00
wsdjeg
9b5d535fa4 Improve SPUpdate 2017-04-05 23:15:12 +08:00
wsdjeg
4695d33262 Update command for updating plugins 2017-04-05 21:27:08 +08:00
wsdjeg
6ddc416214 Add vim support 2017-04-05 20:32:19 +08:00
wsdjeg
976b22f679 Fix count info 2017-04-05 01:14:18 +08:00
wsdjeg
6546a3673e Update manager ui 2017-04-05 00:37:28 +08:00
wsdjeg
feef100e21 Update manager 2017-04-04 23:01:41 +08:00
wsdjeg
66574c5226 Updane installation cmd for vim-plug 2017-04-04 09:00:29 +08:00
wsdjeg
86b23c9a64 Update manager 2017-04-03 23:04:08 +08:00
wsdjeg
471b8f474b Add expand func 2017-04-01 22:42:23 +08:00
wsdjeg
a78c42ee12 Add plugin manager for spacevim 2017-03-25 09:59:29 +08:00