Fix spacing in error
This commit is contained in:
parent
7d47c7ec4c
commit
873623df59
@ -1106,7 +1106,7 @@ function! s:Alternate(cmd) abort
|
||||
return a:cmd . ' ' . fnameescape(path)
|
||||
endif
|
||||
endfor
|
||||
return 'echoerr '.string("Couldn't find " . alternates[0] . "in class path")
|
||||
return 'echoerr '.string("Couldn't find " . alternates[0] . " in class path")
|
||||
endfunction
|
||||
|
||||
" }}}1
|
||||
|
Loading…
Reference in New Issue
Block a user