diff --git a/plugin/youcompleteme.vim b/plugin/youcompleteme.vim index 60c22320..b8343ee2 100644 --- a/plugin/youcompleteme.vim +++ b/plugin/youcompleteme.vim @@ -28,7 +28,8 @@ elseif v:version < 703 || (v:version == 703 && !has('patch584')) finish elseif !has( 'python' ) echohl WarningMsg | - \ echomsg "YouCompleteMe unavailable: requires python 2.x" | + \ echomsg "YouCompleteMe unavailable: requires Vim compiled with " . + \ " Python 2.x support" | \ echohl None finish endif