Wang Shidong
86ace8495d
Merge pull request #783 from SpaceVim/ctrlp
...
Update statusline for ctrlp buffer
2017-08-16 07:00:00 +08:00
wsdjeg
5314857d79
Update statusline for ctrlp buffer
2017-08-16 06:09:25 +08:00
Wang Shidong
edea5b71a7
Merge pull request #781 from tenfyzhong/fix_parentheses
...
Remove g:delimitMate_matchpairs setting.
2017-08-15 20:33:56 +08:00
tenfy
febd39e89d
Call complete_parameter#pre_complete only pumvisible.
...
If pumvisible is false, call "\<Plug>delimitMate("
2017-08-15 14:01:56 +08:00
tenfy
864826182d
Remove g:delimitMate_matchpairs setting.
...
Let `)`(delimitMate mapping) can work.
Remove '<:>' mapping, let the `less then` operator can work.
Fixes #772
2017-08-15 10:52:09 +08:00
Wang Shidong
f5e966f0d3
Merge pull request #776 from tennysontbardwell/dev
...
plugin: json-vim: update to newer, forked version
2017-08-14 09:20:35 -05:00
wsdjeg
d21d26f4c1
Use fork instead
2017-08-15 04:30:33 +08:00
wsdjeg
f4fafb83b3
Remove plugin that does not exist
2017-08-15 04:12:58 +08:00
Wang Shidong
4910450242
Merge branch 'dev' into dev
2017-08-14 09:20:18 -05:00
Tennyson Taylor Bardwell
fda7e26f4f
plugin: json-vim: update to newer, forked version
...
Updated the lang layer to use elzr/vim-json's fork or the old plugin
(leshill/vim-json). Now the actual used plugin is consistent with the
documentation, which pointed to elzr/vim-json before
2017-08-11 23:34:32 -04:00
wsdjeg
b41da783e6
Release v0.4.0
...
FEATURES:
Add comment mappings #683
Achievements #677
Add text manipulation commands #684
Add text insertion commands #685
Add CompleteParameter #688
Toggle cursor position #697
Add background searching feture #699
Improve plugin manager #702 #703
Grep on the fly #705 #709 #714 #717
Add prompt api #715
Add web api #726
Add check requirement script #736
Add language specified mappings #748
Improve Java layer #749
Add project manager mappings #751
Add plugin for mark active window #755
(not sure if it will be removed)
Add help for mappings #756
Update autocomplete layer doc #759
Add tags layer #764
FIX:
Fix vimfiler direction #686
Fix welcome page #707
Fix visual SPC #708
Fix windows support #712
Fix n/N hl state #720
Fix guibg parse #723
Fix unknown option #727
Fix select mode statusline #737
2017-08-06 04:37:20 +08:00
wsdjeg
bc491eaae8
Fix unite buffer mappings
2017-08-06 00:08:03 +08:00
wsdjeg
246e1cebcb
Merge branch 'tags' into dev
2017-08-06 00:01:56 +08:00
wsdjeg
2431cd6d50
Update mappings
2017-08-06 00:01:32 +08:00
wsdjeg
46b0b0b361
Add TODO
2017-08-05 17:48:45 +08:00
wsdjeg
29d7d9052f
Add gtags.vim
2017-08-04 05:01:13 +08:00
wsdjeg
a3c5eb2e2f
Fix errors
2017-08-04 04:23:24 +08:00
Wang Shidong
19adf66cd7
Merge pull request #765 from mdavezac/ignoreCase
...
Fix issue with n vs N when ignorecase is set
2017-08-02 07:30:00 +08:00
wsdjeg
0a8ac78a27
Add doc
2017-08-02 06:04:56 +08:00
wsdjeg
dd6440a73b
Update git ignore
2017-08-02 05:39:35 +08:00
Mayeul d'Avezac
886b3ab074
Fix issue with n vs N when ignorecase is set
...
If ignorecase is set, then string comparisons in vimscript ignore cases.
Hence `if a:key == 'n'` is true when `key` is 'N'.
2017-08-01 20:45:58 +01:00
wsdjeg
e6df9f8f07
Fix #762
2017-08-01 06:51:11 +08:00
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
53de7fce0d
complete options
2017-07-30 07:15:13 +08:00
wsdjeg
174fac5c93
Update doc for autocomplete layer
2017-07-30 06:53:54 +08:00
wsdjeg
b1904b4098
Move omni source up
2017-07-30 00:30:40 +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
tenfy
49b49a5aec
Merge branch 'dev' of https://github.com/SpaceVim/SpaceVim into dev
2017-07-28 13:20:23 +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
d0d1d729b2
Add project manager mappings
...
ref: #637
ref: #747
2017-07-27 08:34:22 +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