We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1142088 commit a99a671Copy full SHA for a99a671
autoload/dispatch.vim
@@ -1231,7 +1231,7 @@ function! dispatch#complete(file, ...) abort
1231
echohl DispatchCompleteMsg
1232
let label = 'Complete:'
1233
endif
1234
- call s:echo_truncated(label . '!', request.expanded . ' ' . s:postfix(request))
+ call s:echo_truncated(label . ' !', request.expanded . ' ' . s:postfix(request))
1235
echohl NONE
1236
if !a:0
1237
checktime
0 commit comments