From 873623df590c25165ddd98cc2b3a4d263dfe45df Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Wed, 13 Feb 2013 12:58:50 -0500 Subject: [PATCH] Fix spacing in error --- plugin/foreplay.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/foreplay.vim b/plugin/foreplay.vim index 0d74e6e..c76a3a2 100644 --- a/plugin/foreplay.vim +++ b/plugin/foreplay.vim @@ -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