1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 00:30:05 +08:00
This commit is contained in:
wsdjeg 2017-09-26 21:05:24 +08:00
parent 4092951db8
commit aeccca71b6
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ function! SpaceVim#layers#core#plugins() abort
return [
\ ['Shougo/vimproc.vim', {'build' : ['make']}],
\ ['benizi/vim-automkdir'],
\ ['airblade/vim-rooter', {'on_cmd' : 'Rooter'}],
\ ['airblade/vim-rooter', {'merged' : 0}],
\ ]
endfunction

View File

@ -1,4 +1,4 @@
Execute (Test web#http api):
let g:test_api_web_html = SpaceVim#api#import('web#html')
let g:test_api_web_html_paser = g:test_api_web_html.parseURL('spacevim.org')
AssertEqual g:test_api_web_html_paser.child[1].find('title').child[0], 'Home - SpaceVim'
AssertEqual g:test_api_web_html_paser.child[1].find('title').child[0], 'Home | SpaceVim'