Fix spacing in error

This commit is contained in:
Tim Pope 2013-02-13 12:58:50 -05:00
parent 7d47c7ec4c
commit 873623df59

View File

@ -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