Skip to content

Commit

Permalink
Avoid raising false warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchengxu committed Feb 12, 2021
1 parent 7b42e09 commit 05d1fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/vista.vim
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ function! vista#(bang, ...) abort
call s:HandleSingleArgument(a:1)
elseif a:0 == 2
call s:HandleArguments(a:1, a:2)
else
elseif a:0 > 0
return vista#error#('Too many arguments for Vista')
endif
endfunction

0 comments on commit 05d1fb2

Please sign in to comment.