Clarifying an error message

This commit is contained in:
Strahinja Val Markovic 2013-03-17 18:54:57 -07:00
parent 0535d0ec9a
commit f0ead1823a

View File

@ -557,7 +557,7 @@ function! s:ForceCompile()
\ 'ycm_state.GettingCompletions()' )
if !getting_completions
echom "Unable to retrieve diagnostics, see output of `:mes` for details."
echom "Unable to retrieve diagnostics, see output of `:mes` for possible details."
return 0
endif