From aeccca71b6d4c901c7b0f75e7bf247280b1e3336 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Tue, 26 Sep 2017 21:05:24 +0800 Subject: [PATCH] Fix lint --- autoload/SpaceVim/layers/core.vim | 2 +- test/api/web/html.vader | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autoload/SpaceVim/layers/core.vim b/autoload/SpaceVim/layers/core.vim index bf9fa42ba..bccf68b5b 100644 --- a/autoload/SpaceVim/layers/core.vim +++ b/autoload/SpaceVim/layers/core.vim @@ -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 diff --git a/test/api/web/html.vader b/test/api/web/html.vader index 84dd74c1f..cb8e3b144 100644 --- a/test/api/web/html.vader +++ b/test/api/web/html.vader @@ -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'