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

1351 Commits

Author SHA1 Message Date
wsdjeg
40aa947f46 Add SPC i s for insert snippets 2017-08-01 06:16:04 +08:00
wsdjeg
bfe54b9af2 Add doc for complete layer 2017-08-01 05:35:21 +08:00
wsdjeg
b29d5639e1 Fix plugin manager
close #761
2017-08-01 04:22:02 +08:00
wsdjeg
95db7ccfc8 Add java debug mappings 2017-07-30 05:12:51 +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
974b635c7c Merge branch 'getting_help' into dev 2017-07-29 20:24:43 +08:00
wsdjeg
9d7ac05d12 Add describe for SPC b n 2017-07-29 20:19:16 +08:00
wsdjeg
b33d1d1798 Add plugins for mark active/inactive windows 2017-07-29 18:52:19 +08:00
wsdjeg
bd5454a300 Add SPC h d k 2017-07-29 18:48:02 +08:00
wsdjeg
b6beb72332 Improve lang#java layer 2017-07-29 17:16:23 +08:00
wsdjeg
a3029eaf0d Move plugin out of if_else, fix lint 2017-07-29 06:36:12 +08:00
wsdjeg
9fd8ddefe2 Add lang#sh layer 2017-07-29 05:39:44 +08:00
tenfy
bc71ec9090 Use <tab> to jump to next parameter.
Use plugin: CompleteParameter.

If <tab> expandable_or_jumpable failed and pumvisible is false, check
can jump to next parameter or not, if yes, then jump to the next
parameter, else return "<tab>"
2017-07-28 18:04:12 +08:00
tenfy
e292a7d0f4 Merge branch 'dev' of https://github.com/tenfyzhong/SpaceVim into dev 2017-07-28 21:29:31 +08:00
wsdjeg
2d236b4d62 Auto add buffer head 2017-07-28 08:07:50 +08:00
wsdjeg
cc40bf717d Fix SPC ' 2017-07-28 06:24:37 +08:00
wsdjeg
e68fb5f706 Improve shell layer 2017-07-28 05:22:12 +08:00
wsdjeg
244d014073 Improve markdown layer
ref: https://github.com/wooorm/remark/issues/281#issuecomment-318073708
2017-07-27 06:52:18 +08:00
wsdjeg
32f5057954 Update java layer doc 2017-07-27 06:34:59 +08:00
wsdjeg
f7c9a3bee8 Indented code 2017-07-27 05:35:24 +08:00
wsdjeg
69c605854c Fix language specified mappings 2017-07-27 05:20:08 +08:00
wsdjeg
7666866de0 Add maven execute mappings 2017-07-26 08:06:09 +08:00
wsdjeg
1d24ce9ede Add run key bindings for java 2017-07-26 07:16:47 +08:00
wsdjeg
2fa63b900e Fix language specified mapping api 2017-07-26 04:52:18 +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
wsdjeg
4f39f053d6 Catch errors when jump to next error 2017-07-25 04:45:03 +08:00
wsdjeg
b152db9fed Add error transient state 2017-07-25 04:34:28 +08:00
wsdjeg
e8c3e57b35 Add transpose mappings 2017-07-24 05:50:27 +08:00
wsdjeg
26402a7ed8 Make transient state api support vim 2017-07-24 04:29:18 +08:00
wsdjeg
140a24410a Indent desc in transient state buffer 2017-07-23 06:48:56 +08:00
wsdjeg
626b4baed6 Fix conflict 2017-07-23 05:58:56 +08:00
wsdjeg
c390713bbd Add keys for buffer transient state 2017-07-23 05:46:56 +08:00
wsdjeg
f8989a9269 Add keys for buffer transient state 2017-07-23 05:35:49 +08:00
wsdjeg
45149ba8b0 Support list in transient keys 2017-07-22 23:57:37 +08:00
wsdjeg
26a87d2fcc Add keys in buffer transient state 2017-07-22 23:11:53 +08:00
wsdjeg
d75ff533c7 Open transient state at the bottom 2017-07-22 22:56:39 +08:00
wsdjeg
c8c700efe1 Add buffer selection transient state 2017-07-22 22:52:15 +08:00
wsdjeg
9733fb6da4 Do autocmd WinEnter to make statusline active 2017-07-22 08:52:09 +08:00
wsdjeg
ab9a50d21b Redraw in while loop 2017-07-22 08:47:46 +08:00
wsdjeg
15fb53b64e Fixup 2017-07-22 08:45:28 +08:00
wsdjeg
441cb9e1d4 Handle input 2017-07-22 08:33:41 +08:00
wsdjeg
b202edc9b6 Add key parse 2017-07-22 07:58:08 +08:00
wsdjeg
5521e64072 Add transient state api 2017-07-22 07:30:17 +08:00
wsdjeg
26a95a683f Fix guide statusline 2017-07-21 06:18:59 +08:00
wsdjeg
346d2b9db3 Fix inactive bar 2017-07-21 06:05:51 +08:00
wsdjeg
a1b96a9ea5 Basic mode 2017-07-21 05:35:34 +08:00
wsdjeg
5670b91674 Close #722 2017-07-20 07:16:29 +08:00
wsdjeg
eace249761 Fix select mode statusline 2017-07-20 05:47:21 +08:00
wsdjeg
b1ebe04d44 Add SPC x c 2017-07-19 07:09:41 +08:00
wsdjeg
2c8b4c6cbc Fix up 2017-07-19 05:01:34 +08:00
wsdjeg
b4c2c6c66e Add case func 2017-07-17 07:54:57 +08:00
wsdjeg
6afd8ce554 Merge dev 2017-07-17 07:47:59 +08:00
wsdjeg
7c0123e761 Add symbol parse func 2017-07-17 07:44:46 +08:00
wsdjeg
8dae2365c5 Add symbol parse func 2017-07-17 07:36:55 +08:00
wsdjeg
f53fc71e3f Add mappings for changing symbol style 2017-07-17 07:08:53 +08:00
wsdjeg
f2a83a81b2 Merge branch 'web' into dev 2017-07-16 06:00:34 +08:00
wsdjeg
2e7c81f5d1 Fix lint 2017-07-16 05:31:36 +08:00
wsdjeg
19e1e1d9f7 fixup 2017-07-16 05:22:13 +08:00
wsdjeg
ac253dae23 Fix lint 2017-07-16 05:16:50 +08:00
wsdjeg
dc987e3bcd Add test for web html api 2017-07-16 04:50:47 +08:00
wsdjeg
e5f6b527b4 Fix unknown option name: termguicolors
close #725
2017-07-15 05:24:39 +08:00
wsdjeg
1538b4a41d Add web api 2017-07-15 05:17:20 +08:00
Javier Tiá
ce9e6ee07e Make explicit is until a line number the commment 2017-07-13 19:18:53 -06:00
wsdjeg
7401904c51 Merge branch 'comment' into dev 2017-07-14 07:10:10 +08:00
wsdjeg
edd3439e65 Fix SPC c t 2017-07-14 04:14:58 +08:00
wsdjeg
0f56158bc7 Comment to line 2017-07-13 08:15:37 +08:00
wsdjeg
e40eec9cc4 Use SPC ; instead of SPC c ; 2017-07-13 06:34:13 +08:00
wsdjeg
5dd469b37f Add SPC c ; for comment operator 2017-07-13 06:18:41 +08:00
wsdjeg
3516b9fd90 Fix comment paragraphs 2017-07-13 04:37:54 +08:00
wsdjeg
81053136b3 Load jedi-vim only when has +py or +py3 2017-07-13 04:28:21 +08:00
wsdjeg
02bea94009 Fix highlight api 2017-07-13 04:24:00 +08:00
wsdjeg
1193760c92 Fix comment mappings 2017-07-12 08:08:31 +08:00
wsdjeg
ed10d8609f Add SPC c p/P for comment paragraphs 2017-07-11 05:12:37 +08:00
wsdjeg
12dd80c664 Add SPC c L for invert comment lines 2017-07-11 05:00:45 +08:00
wsdjeg
be329308b0 Add SPC c l for toggle comment lines 2017-07-11 04:21:57 +08:00
wsdjeg
abf0581a66 Merge remote-tracking branch 'origin/Visual_SPC' into dev 2017-07-11 03:56:25 +08:00
wsdjeg
8144d4d838 Fix n/N do not change hl state
close #710
2017-07-11 05:56:14 +08:00
Zym-xx
df6c1a1c82 Close job/timer when close flygrep buffer 2017-07-09 16:20:16 +08:00
wsdjeg
eac96d094b Update doc for prompt mappings 2017-07-09 15:29:13 +08:00
wsdjeg
5d9e3dbf74 Update doc for prompt api 2017-07-09 14:44:19 +08:00
wsdjeg
fe2bf4b59e Update doc for prompt api 2017-07-09 14:28:47 +08:00
wsdjeg
1afb6276c5 Fix charactor ignores 2017-07-08 23:04:20 +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
Wang Shidong
081beb8170 Disable welcome page when use stdin (#707) 2017-07-07 00:03:55 +08:00
wsdjeg
056d8bce84 Visual mode SPC 2017-07-06 23:17:49 +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
wsdjeg
274ecb35d3 Merge branch 'cursor_pos' into dev 2017-07-02 15:04:56 +08:00
wsdjeg
913e9ad152 Disable vim-luacomplete when if_lua is false
close #682
2017-07-01 20:45:24 +08:00
wsdjeg
398c8b2465 Add SPC t m p for toggle cursor position
close #692
2017-07-01 20:37:48 +08:00
Wang Shidong
d05566c901 Add text insertion commands (#685)
* Add text insertion commands

* Add password api

* Implement SPC i p *

* Add mapping for uuidgen

* Add SPC i l l for insert lorem-ipsum list

* Add SPC i l p for insert lorem-ipsum paragraph

* Add SPC i l s for insert lorem-ipsum sentence

* Fix lint
2017-07-01 01:32:14 -05:00
wsdjeg
6934599450 Add SPC a * 2017-06-29 22:49:30 +08:00
tenfy
d09cd1269e Add CompleteParameter when use deoplete as the completion engine. 2017-06-29 21:27:00 +08:00
wsdjeg
b55751be03 Add text manipulation commands example PR 2017-06-28 21:36:51 +08:00
wsdjeg
f931ed08b0 Fix toggle comment line 2017-06-28 20:28:35 +08:00
Wang Shidong
1258ca4430 Update kotlin.vim 2017-06-27 21:28:38 +08:00
Wang Shidong
62a139f4f9 Create kotlin.vim 2017-06-27 21:28:38 +08:00
wsdjeg
f1c37ea24f Fix comflict 2017-06-27 20:55:57 +08:00
wsdjeg
16b5e83537 Fix search_index after :noh
Thanks:
markzen: keeppa %s,pattern,,gn Patch 7.4.083
2017-06-27 16:47:43 +08:00
wsdjeg
7eff15e30a Fix relativenumber config
close #674
2017-06-27 15:32:00 +08:00
wsdjeg
3cef0d3317 Merge remote-tracking branch 'xiaobagou/patch-1' into dev 2017-06-27 14:29:36 +08:00
Wang Shidong
c2d719e14e Merge pull request #662 from SpaceVim/z_prefix
### Commands starting with `z`

after pressing prefix `z` in normal mode, if you do not remember the mappings, you will see the guide which will tell you the functional of all mappings starting with `z`.

Key Binding | Description
-----------| -----------
`z<Right>` | scroll screen N characters to left
`z+` | cursor to screen top line N
`z-` | cursor to screen bottom line N
`z.` | cursor line to center
`z<CR>` | cursor line to top
`z=` | spelling suggestions
`zA` | toggle folds recursively
`zC` | close folds recursively
`zD` | delete folds recursively
`zE` | eliminate all folds
`zF` | create a fold for N lines
`zG` | mark good spelled(update internal-wordlist)
`zH` | scroll half a screenwidth to the right
`zL` | scroll half a screenwidth to the left
`zM` | set `foldlevel` to zero
`zN` | set `foldenable`
`zO` | open folds recursively
`zR` | set `foldlevel` to deepest fold
`zW` | mark wrong spelled
`zX` | re-apply `foldleve`
`z^` | cursor to screen bottom line N
`za` | toggle a fold
`zb` | redraw, cursor line at bottom
`zc` | close a fold
`zd` | delete a fold
`ze` | right scroll horizontally to cursor position
`zf` | create a fold for motion
`zg` | mark good spelled
`zh` | scroll screen N characters to right
`zi` | toggle foldenable
`zj` | mode to start of next fold
`zk` | mode to end of previous fold
`zl` | scroll screen N characters to left
`zm` | subtract one from `foldlevel`
`zn` | reset `foldenable`
`zo` | open fold
`zr` | add one to `foldlevel`
`zs` | left scroll horizontally to cursor position
`zt` | cursor line at top of window
`zv` | open enough folds to view cursor line
`zx` | re-apply foldlevel and do "zV"
`zz` | smart scroll
`z<Left>` | scroll screen N characters to right
2017-06-27 14:20:59 +08:00
wsdjeg
3ade552032 Add some mappings with z prefix 2017-06-27 14:16:07 +08:00
Wang Shidong
a7755175a9 Merge pull request #668 from tenfyzhong/dev
Fix #667. fix the mapping error and some command error.
2017-06-27 13:33:13 +08:00
tenfyzhong
764ef2d21b Add plugins for makefile and protobuf
tagbar-makefile, let tagbar support makefile.
tagbar-proto, let tagbar support protobuf.
2017-06-26 22:01:48 +08:00
Wang Shidong
bb77a41b34 Merge branch 'dev' into dev 2017-06-26 21:39:57 +08:00
wsdjeg
4b52c2caba Improve js support 2017-06-26 21:22:22 +08:00
Javier Tiá
f1cc39f1f5 Add Comments space
Add keymap [SPC]cl for comment and uncomment lines. Use nerdcommenter
plugin to do the line code comments. Read nerdcommenter settings in edit
layer.
2017-06-26 07:13:49 -06:00
maqi
6faaf1869d Add 'on_ft':'rust' for rust.vim
rust.vim not load
2017-06-26 16:59:10 +08:00
tenfy
3e9f091f70 Fix #667. fix the mapping error and some command error.
But I don't found the `Missing: endfor` and `Missing: endif` error.
2017-06-26 13:13:50 +08:00
wsdjeg
7b09c2b77a Add z prefix mappings 2017-06-25 16:44:21 +08:00
tenfy
7c82e9f169 Add plugin tenfyzhong/CompleteParameter.vim when use ycm as the
complete engine.
2017-06-25 15:57:28 +08:00
wsdjeg
66c9ead7a1 Fix type in spacevim-faq
custom config file should be ~/.SpaceVim.d/init.vim
2017-06-25 15:50:18 +08:00
wsdjeg
c75193bb1a Fix z guide statusline 2017-06-25 15:30:07 +08:00
wsdjeg
3fdfb3bb1b Update doc for z mappings 2017-06-25 14:24:12 +08:00
wsdjeg
6d426b2281 Add z mapping guide 2017-06-25 14:00:59 +08:00
wsdjeg
42d30a4113 Add statusline for unite 2017-06-25 10:20:50 +08:00
wsdjeg
62e6fe02fe Fix unite statusline 2017-06-25 09:39:51 +08:00
Wang Shidong
a6699061da Merge pull request #658 from techgaun/vim-tmux
add tmux lang layer
2017-06-25 00:11:21 +08:00
wsdjeg
64cc8bf52a Merge branch 'searching' into dev 2017-06-25 00:07:04 +08:00
wsdjeg
c42b77ffe2 Add persistent hls option 2017-06-24 23:09:54 +08:00
techgaun
9c4edaf30b
add tmux lang layer 2017-06-23 14:12:39 -05:00
wsdjeg
870876db7f Fix SPC s * 2017-06-23 23:58:00 +08:00
wsdjeg
4183efa511 Add support for searching with ag 2017-06-23 21:19:47 +08:00
wsdjeg
1f2873c7e7 Add SPC s * mappings for searching 2017-06-23 00:11:15 +08:00
wsdjeg
becf30ac7c Fix unite grep source config 2017-06-22 23:17:15 +08:00
wsdjeg
367a01fe89 Fix denite statusline in vim8 2017-06-22 21:17:16 +08:00
wsdjeg
c29601dfe1 Improve denite's statusline 2017-06-22 21:04:06 +08:00
wsdjeg
431214b8a4 Merge branch 'generate_doc' into dev 2017-06-22 20:31:19 +08:00
wsdjeg
396b42adff Use jobstart to generate doc
close #648
2017-06-22 20:29:39 +08:00
wsdjeg
41a3b3a403 Add searching documentation 2017-06-21 23:54:32 +08:00
ankokumoyashi
c794711db7 Fix call statement for Gina blame 2017-06-22 00:28:08 +09:00
wsdjeg
23efba31cc Remove InsertEnter/InsertLeave for statusline 2017-06-21 23:03:45 +08:00
wsdjeg
0edcae965a Fix blink cursor 2017-06-21 22:02:54 +08:00
wsdjeg
9c87743ded Merge branch 'github' into dev 2017-06-21 21:49:35 +08:00
wsdjeg
d5199a90da Cache stared repos 2017-06-21 21:46:23 +08:00
Gabriel
c4e60a8c6a Keep doc updated (#647) 2017-06-21 21:14:30 +08:00
wsdjeg
c381caf470 Add command for clear all errors
ref #547
2017-06-20 22:16:19 +08:00
wsdjeg
622041e195 Merge branch 'fix_install' into dev 2017-06-20 20:47:43 +08:00
wsdjeg
b5d5c5cdd8 Make vim-rooter lazyload 2017-06-20 20:46:02 +08:00
Samar Dhwoj Acharya
4a3c62fa52 use fnameescape and rename SPWelcom -> SPWelcome (#642) 2017-06-20 07:23:14 +08:00
techgaun
1da196a25b
update onedark theme palette for statusline mode 2017-06-19 13:13:47 -05:00
techgaun
96e10b1310
update one theme palette for statusline mode 2017-06-19 12:56:00 -05:00
techgaun
45d66a19be
update molokai palette for statusline mode 2017-06-19 12:48:29 -05:00
wsdjeg
07026408b2 Fix tagbar && vimfiler statusline 2017-06-19 20:57:54 +08:00
wsdjeg
e6b2ae1494 Fix statuline color of inactive window 2017-06-18 23:24:20 +08:00
wsdjeg
bfb2c9e982 Support mode in statusline 2017-06-18 23:14:51 +08:00
wsdjeg
d68d9ce21a Merge branch 'dev' into mode_line 2017-06-18 22:13:42 +08:00
wsdjeg
b5deadcde6 Merge branch 'denite_statusline' into dev 2017-06-18 22:10:44 +08:00
wsdjeg
ffb5acbdee Fix denite statusline 2017-06-18 22:02:52 +08:00
Wang Shidong
ff4bdc4281 Merge branch 'dev' into g_prefix 2017-06-18 21:32:06 +08:00
wsdjeg
79a659a188 Update documentation 2017-06-18 21:15:17 +08:00
wsdjeg
7dfa58560b Add some mappings 2017-06-18 19:45:34 +08:00
wsdjeg
c0ad953f1d Add g' g` g+ g- 2017-06-17 20:18:35 +08:00
Wang Shidong
badecf8760 Update php.vim (#632) 2017-06-17 10:38:55 +08:00
wsdjeg
0cb3a400d8 Ignore warnning msg 2017-06-17 10:38:55 +08:00
wsdjeg
c10761bfa4 Remove vimfiler message when toggle buffer 2017-06-17 10:38:55 +08:00
wsdjeg
a40cc8ed6c Fix enter dir 2017-06-17 10:38:55 +08:00
Wang Shidong
20294cc428 Update php.vim (#632) 2017-06-16 23:37:28 +08:00
wsdjeg
a3021da3a6 Fix SPC mapping in guide buffer 2017-06-16 23:27:19 +08:00
wsdjeg
8d8081ba93 Add gH g0 etc. 2017-06-16 22:57:56 +08:00
unknown
49f4a1c26f Add statusline mode support 2017-06-16 15:44:28 +08:00
unknown
e9989d057b Fix install manager 2017-06-16 12:14:49 +08:00
wsdjeg
b207d64764 Add g* etc 2017-06-11 22:14:32 +08:00
wsdjeg
27406f4fa9 Ignore warnning msg 2017-06-11 20:54:12 +08:00
wsdjeg
2be0b8b67c Add ge for go to previous word end 2017-06-11 20:20:06 +08:00
wsdjeg
b122e50bef Update doc for g prefix command 2017-06-10 20:08:48 +08:00
wsdjeg
e6ca778db7 Add g& : repeat last ':s' on all lines 2017-06-10 16:12:47 +08:00
wsdjeg
14a3116fc6 Add g<C-g>: show cursor info 2017-06-10 15:59:23 +08:00
wsdjeg
d6e24326b4 Add g prefix guide 2017-06-10 15:44:18 +08:00
wsdjeg
df583f020c Add supoort for denite's statusline 2017-06-10 14:13:56 +08:00
wsdjeg
30fec17114 Remove vimfiler message when toggle buffer 2017-06-09 22:29:52 +08:00
wsdjeg
23249ad375 Fix enter dir 2017-06-09 21:08:16 +08:00
wsdjeg
221bfedc79 Use getpos('.') instead of getcurpos()
close #605
2017-06-07 21:28:47 +08:00
wsdjeg
431b1b85a0 Add SPC f v d to open custom configration file 2017-06-07 20:20:54 +08:00
wsdjeg
69b250b6f5 Add file mappings 2017-06-06 23:34:12 +08:00
wsdjeg
01b37c4bf1 Fix auto hlsearch
close #606
2017-06-06 20:31:04 +08:00
wsdjeg
bb3c24ec8f Add bookmarks 2017-06-05 23:11:20 +08:00
wsdjeg
2172cff285 Fix conflict mappings 2017-06-05 21:23:04 +08:00
wsdjeg
66e8820e82 Add mappings for create empty buffer 2017-06-05 21:17:44 +08:00
Wang Shidong
026d0d713d Buffer mappings (#600)
* Add SPC b D

* Fix SPC b D

* Add SPC b C-d

* Add SPC b * mappings

* Fix buffer mappings
2017-06-04 22:58:47 +08:00
wsdjeg
398e0ae6db Fix smart close window 2017-06-03 19:57:57 +08:00
wsdjeg
89ce635d25 Fix mapping guide event
closing plugin buffer should not send event
2017-06-03 16:12:00 +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
5c9d745935 Use small icon for buffer index 2017-06-03 13:37:51 +08:00
wsdjeg
58f7e31046 Undo tab windows 2017-06-03 12:50:44 +08:00
wsdjeg
432192e739 Add mapping for jump to url 2017-06-02 22:33:19 +08:00
wsdjeg
5d49b133d9 Add plugin: vim-over
close #503
2017-06-02 20:51:00 +08:00
wsdjeg
f17af99048 Add SPC j i for jump in buffer 2017-06-02 00:13:15 +08:00
wsdjeg
64e424f6bc Add SPC j o for open line 2017-06-02 00:05:55 +08:00
wsdjeg
67f56a312c Add jump forward/backward 2017-06-01 23:41:13 +08:00
Gabriel
76736042b5 Fix descriptions in mapping 2017-06-01 23:30:17 +08:00
wsdjeg
a1a8e8a87c Fix #576, Undefined variable 2017-06-01 23:08:14 +08:00
wsdjeg
76ca364f30 Fix g:spacevim_enable_tabline_filetype_icon
this option does not work in the spacevim build in tabline.

close #586
2017-06-01 21:31:10 +08:00
wsdjeg
76aede0037 Add option for get starred repos
close #590
2017-06-01 21:02:46 +08:00
wsdjeg
137574235d Fix buffer/windows index number type 2017-06-01 00:18:32 +08:00
Wang Shidong
7febc44970 Merge pull request #579 from SpaceVim/gitcommit_omni_2
Improve gitcommit completion
2017-05-31 23:36:26 +08:00
wsdjeg
8b06ee7989 Add SPC w * mappings 2017-05-31 23:31:52 +08:00
wsdjeg
cefdc6f9c4 Fix #559 2017-05-31 22:00:17 +08:00
wsdjeg
32c15d5407 Merge branch 'dev' of github.com:SpaceVim/SpaceVim into dev 2017-05-31 21:57:02 +08:00
ankokumoyashi
c473fe4eec Fix typo 2017-05-31 02:40:55 +09:00
wsdjeg
266d5de9d5 Add windows mappings 2017-05-30 23:53:06 +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
d039f06043 Fix mapping for Leader [ and Leader ]
close #566
2017-05-30 13:04:08 +08:00
wsdjeg
6d53ee7057 Merge branch 'lang/lisp' into dev 2017-05-30 12:54:37 +08:00
wsdjeg
19a34d911b Merge branch 'dev' of github.com:SpaceVim/SpaceVim into dev 2017-05-30 12:49:34 +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
4c4dd609b0 Fix ctrlp file finder
fix #516
2017-05-29 22:52:32 +08:00
wsdjeg
96248f8ba6 Fix plugins list
there is no group name when type `<leader>lp`
2017-05-29 22:28:19 +08:00
wsdjeg
c0865e5769 Allow for not binding leader in insert mode
fix #504
2017-05-29 21:56:15 +08:00
wsdjeg
c12af4fe93 Update doc for tabline and windows jumpping
- use SPC number to jump to a windows
- use Leader number to jump to a index in tabline
2017-05-29 21:23:32 +08:00
wsdjeg
94a1277c60 Add mapping for split string
SPC j s : split string without newline
SPC j S : split string and add newline
2017-05-29 15:16:18 +08:00
wsdjeg
859c494dbc Update jump mappings 2017-05-28 23:24:55 +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
6ccaa42930 Improve statusline for SpaceVim
- support SpaceVimTabsManager
- support SpaceVimLayerManager
- support SpaceVimPlugManager
- Update TabsManager
2017-05-28 13:27:12 +08:00
wsdjeg
1474596303 Add space after check_info 2017-05-28 12:40:57 +08:00
wsdjeg
d8df485980 Fix #565 2017-05-27 22:09:20 +08:00
wsdjeg
77713e9c8e Add spc mappings 2017-05-27 21:39:47 +08:00
wsdjeg
035d08bbcf Add lisp lang spc mapping 2017-05-26 21:58:48 +08:00
wsdjeg
1a93e8db4c Fix error when Open markdown file
hi IDs more than 999
2017-05-26 20:31:56 +08:00
wsdjeg
b5bd033fef Add lang#lisp layer 2017-05-26 20:31:56 +08:00
wsdjeg
46279afc43 Fix [Window]Q: close current buffer 2017-05-26 20:14:02 +08:00
wsdjeg
74e8072978 Bump version to v0.4.0-dev 2017-05-26 20:11:45 +08:00
wsdjeg
18e9c487e1 Improve statusline and tabline 2017-05-25 21:06:14 +08:00
wsdjeg
737b9cec9c Add [w and ]w for window jumpping 2017-05-25 20:18:21 +08:00
Gen
0f23e8b16a fix typo 2017-05-25 12:26:28 +09:00
wsdjeg
4310dfa545 Add unimpaired bindings [c and ]c 2017-05-25 00:48:45 +08:00
wsdjeg
9884ea2c56 Add unimpaired bindings [f and ]f 2017-05-25 00:27:56 +08:00
wsdjeg
41e49e5638 Add SPC j * 2017-05-24 22:15:07 +08:00
wsdjeg
a87ea3ef0a Use statusline by default 2017-05-24 19:52:12 +08:00
wsdjeg
602e3d05b7 Fix lint 2017-05-23 23:08:39 +08:00
wsdjeg
0a914e2b92 Add toggle whitespace mappings SPC t w 2017-05-23 22:56:36 +08:00
wsdjeg
529b482b40 Add one theme 2017-05-23 22:12:08 +08:00
wsdjeg
8e15c02703 Fix molokai theme 2017-05-23 22:05:53 +08:00
wsdjeg
f78f00f29d Fix onedark theme 2017-05-23 21:59:35 +08:00
wsdjeg
95b0e727b2 Fix 256 support in mapping guide statusline 2017-05-23 21:37:59 +08:00
wsdjeg
2cadfde049 Support 256 colors in statusline and tabline 2017-05-23 21:14:47 +08:00
wsdjeg
ab7ff980fc Support colorscheme 2017-05-23 20:38:00 +08:00
wsdjeg
e07bd70162 Fix inactive statusline highlight 2017-05-23 20:26:19 +08:00
wsdjeg
2a2e7709a4 Add SPC t m v for version control info 2017-05-22 21:52:50 +08:00
wsdjeg
20fa57af1f Add tagbar support for statusline 2017-05-22 21:09:25 +08:00
wsdjeg
22e5aef10f Fix unknown func when install plugins 2017-05-22 19:43:15 +08:00
wsdjeg
a307bb2c7a Fix maxfuncdepth 2017-05-22 19:39:33 +08:00
wsdjeg
cef8394c84 Fix startify statusline 2017-05-21 23:56:08 +08:00
wsdjeg
1207b43363 Add search index 2017-05-21 00:55:47 +08:00
wsdjeg
6f093b8cfd Fix vimfiler buffer statusline and inactive buffer 2017-05-20 21:19:40 +08:00
Wang Shidong
844d45f91b Merge branch 'dev' into statusline 2017-05-20 21:05:38 +08:00
wsdjeg
ca1ff18752 Enable core#statusline core#tabline by default 2017-05-20 20:47:57 +08:00
wsdjeg
21759edc5f Impl SPC t m m and SPC t m M 2017-05-20 20:40:31 +08:00
wsdjeg
c0c66bd17d Fix highlight api 2017-05-20 20:31:25 +08:00
wsdjeg
8ad3998ab4 Split the statusline API 2017-05-20 20:07:28 +08:00
wsdjeg
365e11d29d Add space after icon 2017-05-20 00:28:52 +08:00
wsdjeg
2c7f1365b8 Add syntax checking info 2017-05-20 00:10:58 +08:00
wsdjeg
e9823485be Fix ui toggle 2017-05-19 23:29:46 +08:00
wsdjeg
b3224078c5 Add nil separator 2017-05-19 21:34:39 +08:00
wsdjeg
b62e889525 Add slant separator 2017-05-19 20:54:34 +08:00
wsdjeg
079f7362e7 Add curve separator 2017-05-19 20:45:03 +08:00
Wang Shidong
293e2f97c5 Add file head 2017-05-19 14:17:47 +08:00
Wang Shidong
66633d9905 Add unicode icon for battery status 2017-05-19 14:07:00 +08:00
wsdjeg
b49b8ba3a8 Add SPC t m T 2017-05-19 01:04:20 +08:00
wsdjeg
37140b4fd3 Fix statusline of vimfiler buffer 2017-05-19 00:32:13 +08:00
wsdjeg
93caad2232 Fix jump index of tabline 2017-05-19 00:28:43 +08:00
wsdjeg
a429262f97 Do autocmd WinEnter after guide exit 2017-05-19 00:18:17 +08:00
wsdjeg
072c8ede5e Add time battery status sections 2017-05-19 00:09:15 +08:00
wsdjeg
65c6493026 Fix error 2017-05-18 21:57:27 +08:00
wsdjeg
c9e5d83b1b Add statusline 2017-05-17 22:56:14 +08:00
wsdjeg
7d6574f2b1 Fix tabline when no listed buffers 2017-05-17 22:09:32 +08:00
wsdjeg
2d72286520 Add tabline 2017-05-17 21:55:32 +08:00
wsdjeg
3c28c84263 Add mode support in statusline 2017-05-17 20:24:45 +08:00
Wang Shidong
c302496cc8 🐛 Fix markdown preview option
Can not change firefox to chromium to preview markdown

Fix #539
2017-05-17 15:02:44 +08:00
wsdjeg
9d908e74b2 Update statusline layer 2017-05-17 00:46:25 +08:00
wsdjeg
852d9559ab Add status line 2017-05-16 22:14:38 +08:00
wsdjeg
c0fecda644 Revert #538 2017-05-16 21:47:10 +08:00
Javier Tiá
2d2f11afc1 Fix exclude syntax (-g) for rg util
In rg values given to -g must be quoted or your shell will expand them
and result in unexpected behavior. For example: rg -g '\<glob\>'.
2017-05-15 10:23:25 -06:00
wsdjeg
a14ef64149 Improve checker layer doc 2017-05-15 23:22:54 +08:00
wsdjeg
973116b6fc Add mapping for auto detect the file encoding 2017-05-15 22:20:58 +08:00
wsdjeg
1fa59c3002 Use a quick markdown plugin 2017-05-15 20:01:05 +08:00
wsdjeg
5f5002c04a Fix systemlist for old version vim
close #533
2017-05-15 18:51:53 +08:00
wsdjeg
9307d4d5ed Enable realtime mapping guide by default 2017-05-14 23:30:12 +08:00
wsdjeg
40a1fabefa Add custom function for define SPC in init.vim
close #517
2017-05-14 22:14:38 +08:00
wsdjeg
c420fa4006 Add colorscheme neodark nord
close #528
close #524
2017-05-14 20:16:27 +08:00
wsdjeg
0fa5450977 Add guide theme: onedark 2017-05-13 23:28:03 +08:00
wsdjeg
6055eb17b8 Fix vim#buffer api 2017-05-13 23:17:33 +08:00
wsdjeg
33c1bb308f Add guide theme: molokai 2017-05-13 22:56:03 +08:00
wsdjeg
6ae67d7c96 Add guide theme: one 2017-05-13 22:51:23 +08:00
wsdjeg
17af793d4e Type: template -> palette 2017-05-13 22:40:17 +08:00
wsdjeg
30c34008f5 Theme support in mapping guide 2017-05-13 22:31:51 +08:00
wsdjeg
9cddb61cda Support line number + Enter in tab manager buffer 2017-05-13 21:59:17 +08:00
wsdjeg
1f2415fa09 🐛 Disable indentline in welcome page
Fix #523
2017-05-13 21:05:18 +08:00
L-stt
0b76049656 Fix Warnning msg in windows 2017-05-13 20:35:45 +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
103d4f9c26 🎁 Use denite by default 2017-05-12 20:38:03 +08:00
wsdjeg
b943319ae0 🐛 Fix unnecessary buffer created
fix #514
2017-05-12 20:06:20 +08:00
wsdjeg
914f218efb Improve setting of vimfiler
fix #495
fix #496
2017-05-11 21:44:43 +08:00
wsdjeg
74d1160efe Fix lint 2017-05-11 20:24:47 +08:00
wsdjeg
3626c53387 Add lang#markdown doc 2017-05-10 21:35:45 +08:00
wsdjeg
9e99f79967 Update md plugins 2017-05-10 21:00:54 +08:00
wsdjeg
0f6adbc709 Fix langSPC 2017-05-10 00:03:18 +08:00
wsdjeg
b2d2023b25 Use vim-markdown-toc to generate toc 2017-05-09 23:20:41 +08:00
wsdjeg
28f6bedcf2 Clear langSPC on BufLeave 2017-05-09 23:01:28 +08:00
wsdjeg
3a8d59e93a Add highlight of SpaceVimLayerManager buffer 2017-05-09 22:22:03 +08:00
wsdjeg
cd0b47f769 Add layers docs 2017-05-09 21:55: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
Wang Shidong
b03ca97e13 develop verson (#502)
* Remove black line

* Test menu

* Test menu

* remove teble title

* Update guide doc

* Add paging help info

* Add pic for unite mapping

* Add help mappings doc

* Add SPC h I: report issue of SpaceVim

* Add SPC h SPC for unite SpaceVim help

* Add doc for get root prefix

* Fix error of guide

* Fix SPC h k mappings

* Add denite group to mapping root

* Add SPC h m mappings
2017-05-07 23:33:03 +08:00
wsdjeg
7e9742a171 Disable cursorcolumn by default 2017-05-06 20:36:39 +08:00
wsdjeg
7255e96b88 Fix cursorline & cursorcolumn options
close #483
2017-05-06 20:33:50 +08:00
wsdjeg
06e9fe97c0 🎁 Add some mappings base on SPC
suggested via #487
2017-05-05 21:48:59 +08:00
wsdjeg
fe0fa9f4ea 🎁 New feature: lazyredraw
akes SpaceVim from painfully slow when scrolling using j/k

close #489
2017-05-05 20:55:56 +08:00
wsdjeg
556bcf3bb5 🐛 Fix indentLine settings
`let g:indentLine_char = '|'` does not working in custom configuration
file.

close #485
2017-05-05 20:47:14 +08:00
wsdjeg
9a8996a85b Do not focus to vimfiler 2017-05-05 20:29:09 +08:00
wsdjeg
5a5326b371 Fix Ui toggle 2017-05-02 22:22:27 +08:00
wsdjeg
4255372131 Add toggle tool bar mapping 2017-05-02 20:53:41 +08:00
wsdjeg
0d6aa65d0a Open welcome page when argv(0) is a dir 2017-05-02 20:38:52 +08:00
wsdjeg
7cf034217f Hide in normal 2017-05-01 23:18:53 +08:00
wsdjeg
a2ab6a6cda Support other colorscheme 2017-05-01 22:54:09 +08:00
wsdjeg
13b9bd1e40 Add vim#highlight api 2017-05-01 22:05:51 +08:00
wsdjeg
713be470af Fix toggle end of buffer 2017-05-01 20:34:59 +08:00
wsdjeg
d949f0a554 Type: wrong desc of SPC t h i 2017-05-01 20:20:25 +08:00
wsdjeg
d2d7e8d341 Add mapping for toggle ~ end of buffer 2017-05-01 20:17:02 +08:00
wsdjeg
4101110193 Fix line number toggle 2017-05-01 20:00:43 +08:00
wsdjeg
acca723ea9 Add Mapping for toggle syntax hi 2017-05-01 14:32:00 +08:00
wsdjeg
1eec47e595 Add mapping for toggle indent line 2017-05-01 14:23:15 +08:00
wsdjeg
721db59ccf Add mapping for toggle hi current line 2017-05-01 13:44:43 +08:00
wsdjeg
eedcefacf7 Add toggle column mapping
https://stackoverflow.com/questions/2447109/showing-a-different-background-colour-in-vim-past-80-characters
2017-05-01 13:32:42 +08:00
wsdjeg
1cc31cdb58 Add doc for colorscheme 2017-04-30 15:34:09 +08:00
wsdjeg
77f300ebd9 Merge branch 'doc' into dev 2017-04-29 15:44:05 +08:00
Gabirel
5a97b3ec52 Call banner layer actively 2017-04-29 12:41:49 +08:00
Gabirel
fb8f881568 Merge branch 'dev' of https://github.com/SpaceVim/SpaceVim into dev 2017-04-29 12:37:53 +08:00
Gabirel
5704a1fc2e Add contrast style logo 2017-04-29 00:34:26 +08:00
Gabirel
4e194de49d Add Def Leppard style logo 2017-04-29 00:29:58 +08:00
Gabirel
b87adffed8 Add Fraktur style logo 2017-04-29 00:26:32 +08:00
Gabirel
f44f6b95ed Add NX Greek style logo 2017-04-29 00:18:05 +08:00
Gabirel
28828e3e6d Add poison style logo 2017-04-29 00:12:15 +08:00
Gabirel
b0a65a988b Modify details of Speed style logo 2017-04-29 00:08:44 +08:00
Gabirel
218e0353eb Add Speed style logo 2017-04-29 00:06:54 +08:00
Gabirel
57f491ae52 Add more lovely banners 2017-04-28 23:42:27 +08:00
wsdjeg
5031dc21e8 Fix lint 2017-04-28 23:17:36 +08:00
wsdjeg
36d3ab005d Rename plugin 2048 2017-04-28 23:11:20 +08:00
wsdjeg
01dfe0f85c Use list instead 2017-04-28 22:43:37 +08:00
wsdjeg
fe74ebec17 Add 2048 2017-04-27 23:48:08 +08:00
wsdjeg
f6fc48f991 Add drawing_box api 2017-04-27 23:31:04 +08:00
wsdjeg
5a71edeae1 Add SPC w -/2/3 2017-04-27 22:39:59 +08:00
wsdjeg
0c9cb6d445 Fix #469 2017-04-26 20:37:35 +08:00
wsdjeg
63dd572190 Fix #466 2017-04-26 20:34:27 +08:00
wsdjeg
8baf984f8f Fix welcome func 2017-04-25 21:59:35 +08:00
wsdjeg
2ad90a06b3 Fix #468 2017-04-25 21:54:20 +08:00
wsdjeg
4ece47ba3d Close #467 2017-04-25 21:23:13 +08:00
wsdjeg
90ad032a1a Merge branch 'windows/mappings' into dev 2017-04-25 20:51:55 +08:00
wsdjeg
af28d655e1 Add rakr/vim-one 2017-04-25 20:33:25 +08:00
wsdjeg
e14b7208ff Fix #466 2017-04-24 23:52:25 +08:00
wsdjeg
6037977e0d Fix window split func 2017-04-24 22:07:52 +08:00
wsdjeg
489c9014c4 Do not move split window 2017-04-24 21:54:36 +08:00
wsdjeg
56f64ed0d6 Add windows layout toggle func 2017-04-24 21:51:50 +08:00
wsdjeg
9b313222a0 Add +project mappings group 2017-04-22 23:22:33 +08:00
wsdjeg
9d4ddd0747 Add windows mappings 2017-04-22 20:55:43 +08:00
wsdjeg
9f11b1918e Add SPC T m for toggle menu bar 2017-04-22 20:38:00 +08:00
wsdjeg
35c9f6542e Enable job feature if it is supported 2017-04-22 16:11:11 +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
3e8a2dddc1 Add sync support 2017-04-22 14:44:47 +08:00
wsdjeg
607882765f Fallback to sync system() 2017-04-22 14:03:37 +08:00
wsdjeg
91a1b6027f Use job in neovim or vim8 2017-04-22 13:30:15 +08:00
wsdjeg
8a333a2e8a Add pep8-indent 2017-04-22 12:51:05 +08:00
wsdjeg
b516e9f81c Add space into guide statusline 2017-04-22 08:33:15 +08:00
wsdjeg
2ecd7c1271 Fix gruvbox guide line theme 2017-04-22 08:29:35 +08:00
wsdjeg
c818ea090e Change fg of help msg 2017-04-22 08:26:20 +08:00
wsdjeg
6cf831e692 Reset statusline after undo 2017-04-22 08:21:27 +08:00
wsdjeg
addb138cac Fix clossing window 2017-04-22 08:04:57 +08:00
wsdjeg
6b2cf66ceb Fix undo key 2017-04-22 07:16:22 +08:00
wsdjeg
358ab08da6 Fix statusline 2017-04-22 01:46:31 +08:00
wsdjeg
e2e3ae789d Add undo mode 2017-04-22 01:37:23 +08:00
Javier Tiá
0557d5e904 Add <SPC fW> mapping
Mapping <SPC fW> will save the buffer with sudo privilege.
2017-04-20 22:00:00 -06:00
wsdjeg
11bcb29391 Add windows mapping 2017-04-21 00:24:32 +08:00
wsdjeg
7fb89cadc1 Add groups name to statusline 2017-04-20 22:02:06 +08:00
wsdjeg
51b63a4a18 Fix #452 2017-04-20 19:37:43 +08:00
wsdjeg
c789d6ed03 Add mode config 2017-04-20 19:14:30 +08:00
wsdjeg
70c465086e Add cmdline menu 2017-04-19 22:06:08 +08:00
wsdjeg
7e47a3868d Add question for beginner 2017-04-19 00:33:49 +08:00
wsdjeg
91199f6cc6 Remame desc of [SPC]/ 2017-04-19 00:11:05 +08:00
wsdjeg
cfca2923d4 Add [SPC]Ts for colorschemes 2017-04-19 00:01:51 +08:00
wsdjeg
c354ee5232 Add toggle theme mapping 2017-04-18 23:55:34 +08:00
wsdjeg
32d52c4db5 Fix leader mapping 2017-04-18 22:57:38 +08:00
wsdjeg
39fe17058b Add +files group mappings 2017-04-18 22:31:49 +08:00
wsdjeg
2f7fda525f Add SPC? mapping 2017-04-18 22:04:56 +08:00
wsdjeg
fd3a26beff Add flag for space mapping 2017-04-18 21:39:09 +08:00
wsdjeg
ed6d162dda Use unite shellcmd output 2017-04-18 00:01:34 +08:00
wsdjeg
c51a60d586 Add shell cmd mapping 2017-04-17 23:52:59 +08:00
wsdjeg
1f16e7b9aa Add errors mappings 2017-04-17 23:41:01 +08:00
wsdjeg
bec852e1e0 Add vim calendar 2017-04-17 21:41:06 +08:00
wsdjeg
a381ad8cc2 Add windows mapping 2017-04-17 21:07:39 +08:00
wsdjeg
75cffccad6 Improve space mapping 2017-04-17 20:40:13 +08:00
wsdjeg
c7e16fad03 Add space prefix mapping 2017-04-17 00:20:51 +08:00
wsdjeg
859182900b Fix #444 2017-04-16 22:41:18 +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
899719b723 Fix VertSplit of gruvbox 2017-04-16 19:00:24 +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
4994ed7596 Fix job api 2017-04-15 13:39:38 +08:00
wsdjeg
1f6f036282 Merge branch 'plugin_opt' into dev 2017-04-15 10:52:23 +08:00
wsdjeg
b7265ab90f Add support cwd option for vim job
https://github.com/vim/vim/issues/1024
https://github.com/neomake/neomake/pull/575/files#diff-1ceaba5126b0cf477e72f87cb2767af0

before vim's job support cwd option, we use `cd` to implement this
feature.
2017-04-15 10:49:31 +08:00
wsdjeg
b0ce31aefb Add plugin opt:build 2017-04-15 09:20:46 +08:00
Javier Tiá
4a1f7cdf3f Use on_event, instead of deprecated on_i
Based on dein plugin documentation, 'on_i' or 'dein-options-on_i' is
deprecated. It should be used 'on_event'.

'on_i' will call dein#source() on InsertEnter autocmd event, and the
equivalent for 'on_event' is "'on_event' : 'InsertEnter'".
2017-04-14 18:58:30 -06: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
cfcb8e5d2e Add view log func 2017-04-14 20:09:06 +08:00
wsdjeg
7ca8174d4d Add log api 2017-04-13 23:34:12 +08:00
wsdjeg
81766efa5f Add log func 2017-04-13 23:02:15 +08:00
wsdjeg
22b80e3b7b Add func for register api 2017-04-13 21:37:26 +08:00
wsdjeg
2ac1ad2f24 Fix #431 2017-04-13 21:10:50 +08:00
wsdjeg
d86a89265e Add new banner 2017-04-12 22:46:22 +08:00
wsdjeg
25ae11fca0 Add dynamic welcome page 2017-04-12 22:08:24 +08:00
wsdjeg
4e5fd03ada Add data#number api 2017-04-12 21:53:19 +08:00
wsdjeg
a87777d864 Fix lint 2017-04-12 21:34:48 +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
ed1ea6a97f Handle input 2017-04-12 20:04:45 +08:00
wsdjeg
0cbe21d8c8 Improve statusline of guide 2017-04-12 19:34:09 +08:00
wsdjeg
9221a22121 Add autocompletion of SpaceVim, Fix #424 2017-04-11 22:08:27 +08:00
tracyone
a90700e567 fix #422 2017-04-11 21:48:59 +08:00
wsdjeg
d6e6411d93 Add command for update self 2017-04-11 21:29:39 +08:00
Arith Xu
e636338409 remove redundant comments 2017-04-11 12:10:17 +01:00
Arith Xu
c1102db9f7 add vim-scala plugins in scala lang layer for synctax highting and more 2017-04-11 12:10:17 +01:00
wsdjeg
f40b771c78 Move choosewin to ui layer 2017-04-09 21:53:54 +08:00
wsdjeg
44e32d3ee4 Use fork repo 2017-04-09 20:39:34 +08:00
wsdjeg
01bf8eb505 Add screensaver layer 2017-04-09 20:10:19 +08:00
wsdjeg
6a94a40a94 Fix doc for lint on the fly 2017-04-08 23:54:44 +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
a3edb4119a Fix unknown commands 2017-04-08 13:45:45 +08:00
wsdjeg
8bfd1ff36e Fix supporting of vim without +python feature 2017-04-08 13:10:15 +08:00
wsdjeg
f26af7a6a7 Merge branch 'install_status' into dev 2017-04-08 00:19: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
e739bbbb15 Fix #406 2017-04-07 23:24:28 +08:00
wsdjeg
89aaac5f37 Auto mkdir for spacevim log 2017-04-07 23:17:01 +08:00
wsdjeg
31303d1293 Fix log path 2017-04-07 22:45:11 +08:00
wsdjeg
35e742b90a Add msg on install status 2017-04-07 22:33:23 +08:00
wsdjeg
bc28cfdb0b Merge branch 'dev' into plugin_manager 2017-04-07 20:48:39 +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
2e84b928a2 Fix dein support 2017-04-07 19:49:24 +08:00
Wang Shidong
1279895c3f Merge branch 'dev' into vim_expand_region 2017-04-06 21:17:47 -05: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
ae7a4c5d68 Set mouse=nv 2017-04-06 20:57:00 +08:00
wsdjeg
da59781755 Merge branch 'dev' into plugin_manager 2017-04-05 23:27:13 +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
64f45f42a7 Fix vim job support 2017-04-05 21:11:30 +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
f21e0ea869 Add textobjs 2017-04-04 21:42:17 +08:00
wsdjeg
053e2b407c Move plugin config to hooks 2017-04-04 11:03:36 +08:00
wsdjeg
e9b69c6bfc Add terryma/vim-expand-region 2017-04-04 11:01:36 +08:00
wsdjeg
7504b33984 Fix #392 2017-04-04 10:35:38 +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
051acf57ff Merge branch 'dev' into plugin_manager 2017-04-03 21:43:43 +08:00
wsdjeg
4a49c367a2 Merge branch 'mapping' into dev 2017-04-03 21:42:48 +08:00
wsdjeg
d63d25a953 Add spacevim option for vimfiler colums 2017-04-03 19:32:19 +08:00
wsdjeg
3aaeb9a910 Add filetypeicon in vimfiler 2017-04-03 17:02:48 +08:00
wsdjeg
9207fdc97d Add doc for SPUpdate 2017-04-03 16:44:06 +08:00
wsdjeg
33cf405549 Add SPUpdate command 2017-04-03 16:42:09 +08:00
wsdjeg
3fa447f706 Merge branch 'key_frequency' into dev 2017-04-03 13:31:53 +08:00
wsdjeg
01136e7b4b Add leader + f and leader + F for orgin F/f 2017-04-03 13:31:31 +08:00
wsdjeg
b1241ef10f Add key frequency feature 2017-04-03 13:12:35 +08:00
wsdjeg
ab55eff7ce Add frequency func 2017-04-03 12:52:09 +08:00
wsdjeg
7024e5754d Fix plugin_before hooks 2017-04-03 12:30:08 +08:00
wsdjeg
64d18409ed Add enter mapping for ultisnips 2017-04-03 00:57:06 +08:00
wsdjeg
8583d10c5c Fix enter mapping 2017-04-03 00:31:23 +08:00
wsdjeg
584e5d9a7e Fix enter mapping 2017-04-02 23:13:10 +08:00
wsdjeg
3466ae9dc1 Add tab.vim 2017-04-02 20:49:09 +08:00
wsdjeg
1c5b839e73 Add option for ultisnips 2017-04-02 19:39:42 +08:00
wsdjeg
36706524f3 Set scrolloff to 3 2017-04-02 18:55:23 +08:00
wsdjeg
b2f0d6b38c Fix #354 2017-04-02 16:12:14 +08:00
wsdjeg
1ab10311e0 Close #367 2017-04-02 14:05:58 +08:00
wsdjeg
471b8f474b Add expand func 2017-04-01 22:42:23 +08:00
wsdjeg
831ee98d15 Merge branch 'dev' into plugin_manager 2017-03-31 23:55:29 +08:00
wsdjeg
1972bbe974 Fix #384 2017-03-31 22:37:57 +08:00
wsdjeg
44ad1cb4fe Add job api for vim and neovim 2017-03-31 21:09:38 +08:00
wsdjeg
692871bdc0 Format unite config 2017-03-30 23:08:30 +08:00
wsdjeg
e8992de68a Release v0.2.0 2017-03-30 21:54:32 +08:00
Anton Maminov
e62df50a16 Add lang/crystal layer 2017-03-30 12:56:52 +03:00
wsdjeg
116fb53864 Revent check install 2017-03-29 22:35:02 +08:00
wsdjeg
19ba4021cf Fix #372 2017-03-28 23:57:32 +08:00
wsdjeg
3198d312d5 Fix #322 2017-03-28 23:18:20 +08:00
wsdjeg
258d4be958 Add cscope helper plugin.
ref: https://github.com/brookhong/cscope.vim/issues/26
2017-03-28 21:10:07 +08:00
wsdjeg
899b0cdc82 Close #345 2017-03-27 21:19:24 +08:00
wsdjeg
53b2c91f5d Add mapping api 2017-03-26 23:07:33 +08:00
wsdjeg
8a7d1c1ae3 Fix #362 2017-03-26 21:37:18 +08:00
wsdjeg
fecd41e24c Fix #267 2017-03-26 17:26:47 +08:00
wsdjeg
6ae491b617 Fix #360 2017-03-26 16:37:49 +08:00
wsdjeg
eb693b82a3 Fix #361 2017-03-26 16:19:25 +08:00
wsdjeg
a78c42ee12 Add plugin manager for spacevim 2017-03-25 09:59:29 +08:00
wsdjeg
4d5e513628 Add js syntax plugin 2017-03-24 22:43:23 +08:00
wsdjeg
4ae6d8325b Add denite-emoji 2017-03-23 00:00:43 +08:00
wsdjeg
4237b5b84b Fix denite resume setting 2017-03-22 23:51:13 +08:00
wsdjeg
3fb93cd8b9 Fix input parser 2017-03-22 23:22:30 +08:00
wsdjeg
23103c2647 Fix <space> mapping in guide 2017-03-22 23:10:45 +08:00
wsdjeg
aded78e2ea Remove show_displayname func 2017-03-22 23:04:11 +08:00
wsdjeg
604d953ea8 Merge branch 'denite' into dev 2017-03-22 22:19:46 +08:00
wsdjeg
283e12da38 Add [denite]<space> mapping 2017-03-22 22:15:13 +08:00
wsdjeg
449ee78ae9 Add denite register 2017-03-22 21:07:04 +08:00
wsdjeg
464564eec7 Add denite mappings 2017-03-22 20:29:54 +08:00
wsdjeg
ea795d7ae1 Add sha code 2017-03-22 00:10:05 +08:00
wsdjeg
743232f74a Add SPVersion command 2017-03-22 00:03:26 +08:00
wsdjeg
7e3280047c Merge branch 'dev' into denite 2017-03-21 22:48:46 +08:00
wsdjeg
19f86e0d74 Fix denite ignore 2017-03-21 21:06:49 +08:00
Wang Shidong
5915755212 Update tools.vim 2017-03-21 14:00:56 +08:00
wsdjeg
2c82ab2a72 Add denite leader 2017-03-20 23:56:19 +08:00
wsdjeg
364ff342da Fix format 2017-03-20 23:19:46 +08:00
wsdjeg
9e180d43a9 Improve leader guide statusline 2017-03-20 22:45:54 +08:00
wsdjeg
f8c8b4b687 Fix doc 2017-03-19 22:00:27 +08:00
wsdjeg
fcb681afa7 Add vnote into tools layer
close #261
2017-03-19 20:47:29 +08:00
wsdjeg
6c679e8bb8 Add head 2017-03-19 20:20:33 +08:00
wsdjeg
a9e8ed717d Fix java format 2017-03-19 16:27:36 +08:00
wsdjeg
5601b48c3a Fix command SPDebugInfo 2017-03-19 15:36:51 +08:00
wsdjeg
53883abe02 Update api data#dict 2017-03-18 22:45:03 +08:00
wsdjeg
1eeb3e35ff Improve git layer
close #306
2017-03-18 21:20:10 +08:00
wsdjeg
aeec76dd66 update leaderf color 2017-03-18 19:52:21 +08:00