mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 00:30:05 +08:00
Fix lint
This commit is contained in:
parent
4092951db8
commit
aeccca71b6
@ -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
|
||||
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user