Drop trailing colon in error
This commit is contained in:
parent
0df564966f
commit
1bda41a59f
@ -665,7 +665,7 @@ function! s:Edit(cmd, keyword) abort
|
||||
return a:cmd.' '.location.'|let &l:path = '.string(&l:path)
|
||||
endif
|
||||
endif
|
||||
let v:errmsg = "Couldn't find source for ".a:keyword.': '.location
|
||||
let v:errmsg = "Couldn't find source for ".a:keyword
|
||||
return 'echoerr v:errmsg'
|
||||
endfunction
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user