1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-12 09:35:40 +08:00

1857 Commits

Author SHA1 Message Date
wsdjeg
65f16e6103 copy doc to zh_cn_doc 2017-08-28 22:10:42 +00:00
wsdjeg
dd2f2a4386 Update doc 2017-08-28 21:55:27 +00:00
wsdjeg
81230e790d Add fonts doc 2017-08-28 21:23:16 +00:00
wsdjeg
3500e18f01 Update doc 2017-08-28 20:55:25 +00:00
wsdjeg
d9a5ea0ee1 Update chinese doc 2017-08-27 21:34:48 +00:00
wsdjeg
de7e68a5eb Update php layer 2017-08-27 20:40:37 +00:00
wsdjeg
6dcc31ad27 Split lang#json layer 2017-08-27 19:46:12 +00:00
wsdjeg
11c7d5cbda Fix 2017-08-27 15:00:49 +08:00
wsdjeg
e4dc232be1 Fix ag command in windows 2017-08-27 13:53:52 +08:00
wsdjeg
a4c3fb9a2d Merge branch 'autocomplete' into dev 2017-08-26 22:33:32 +00:00
wsdjeg
d89d80699c Update travis config 2017-08-26 22:33:24 +00:00
wsdjeg
5473814b66 Update autocomplete layer options 2017-08-26 16:41:44 +00:00
wsdjeg
1631a86075 Merge branch 'autocomplete' into dev
close 
2017-08-26 15:46:29 +00:00
wsdjeg
ce638b8a84 Add gq for format Nmove text 2017-08-26 15:45:58 +00:00
wsdjeg
bb2d69809b Update autocomplete layer 2017-08-26 15:40:20 +00:00
wsdjeg
65bd8f061d Merge branch 'fixup' into dev 2017-08-26 15:27:31 +00:00
Wang Shidong
527238d7cc Merge pull request from SpaceVim/fixup
Fix mapping to (
2017-08-26 15:32:48 +08:00
Wang Shidong
526e3fd8b8 Merge pull request from SpaceVim/file_founder
Add help desc
2017-08-26 15:30:24 +08:00
wsdjeg
d33f6fa04e Update fild founder cmd 2017-08-26 14:28:32 +00:00
wsdjeg
4005a767dc Add help desc 2017-08-26 21:45:38 +08:00
wsdjeg
f33fbfd391 Bug: can not override layer options.
Fix 
2017-08-26 20:17:33 +08:00
wsdjeg
0d220f5d34 Update readme 2017-08-24 05:41:59 +08:00
wsdjeg
bc5ada5fc6 Update intr 2017-08-24 04:19:49 +08:00
wsdjeg
e3daff27a0 Update readme 2017-08-24 04:08:11 +08:00
wsdjeg
718b672387 Move context from readme 2017-08-24 04:01:43 +08:00
Wang Shidong
b0372e3f2b Merge pull request from lewiscowper/dev
fix typo
2017-08-23 07:26:49 +08:00
Lewis Cowper
8e7f28f069 fix typo 2017-08-22 10:01:16 +02:00
wsdjeg
f80c39d1c1 Add mapping g<c-]> for jump to tag under cursor
close 
2017-08-22 03:56:15 +08:00
wsdjeg
dd4598ef0c Update version 2017-08-22 03:45:29 +08:00
Wang Shidong
d13bdff59a Merge branch 'dev' into fixup 2017-08-21 19:46:32 +08:00
Wang Shidong
050433ddd3 Merge pull request from techgaun/docs-fix
remove stray chars from documentation
2017-08-21 19:46:13 +08:00
techgaun
34d100d683
remove stray chars from documentation 2017-08-20 22:45:58 -05:00
Wang Shidong
86ace8495d Merge pull request 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
wsdjeg
ed9ccacb85 Fix mapping to ( 2017-08-16 05:06:58 +08:00
Wang Shidong
edea5b71a7 Merge pull request 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 
2017-08-15 10:52:09 +08:00
Wang Shidong
f5e966f0d3 Merge pull request 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 
    Achievements 
    Add text manipulation commands 
    Add text insertion commands 
    Add CompleteParameter 
    Toggle cursor position 
    Add background searching feture 
    Improve plugin manager  
    Grep on the fly    
    Add prompt api 
    Add web api 
    Add check requirement script 
    Add language specified mappings 
    Improve Java layer 
    Add project manager mappings 
    Add plugin for mark active window 
       (not sure if it will be removed)
    Add help for mappings 
    Update autocomplete layer doc 
    Add tags layer 

FIX:
   Fix vimfiler direction 
   Fix welcome page 
   Fix visual SPC 
   Fix windows support 
   Fix n/N hl state 
   Fix guibg parse 
   Fix unknown option 
   Fix select mode statusline 
v0.4.0
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