Manual: update link for YouCompleteMe.

This commit is contained in:
LCD 47 2019-07-20 09:01:01 +03:00
parent 0172b54d37
commit 0336c35c0b
2 changed files with 2 additions and 2 deletions

View File

@ -1175,7 +1175,7 @@ https://github.com/jmcantrell/vim-virtualenv). This is a limitation of
7.15. YouCompleteMe *syntastic-ycm* 7.15. YouCompleteMe *syntastic-ycm*
Syntastic can be used together with the "YouCompleteMe" Vim plugin (see Syntastic can be used together with the "YouCompleteMe" Vim plugin (see
http://valloric.github.io/YouCompleteMe/). However, by default "YouCompleteMe" https://github.com/ycm-core/YouCompleteMe). However, by default "YouCompleteMe"
disables syntastic's checkers for the "c", "cpp", "objc", and "objcpp" disables syntastic's checkers for the "c", "cpp", "objc", and "objcpp"
filetypes, in order to allow its own checkers to run. If you want to use YCM's filetypes, in order to allow its own checkers to run. If you want to use YCM's
identifier completer but still run syntastic's checkers for those filetypes you identifier completer but still run syntastic's checkers for those filetypes you

View File

@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:_SYNTASTIC_START lockvar! g:_SYNTASTIC_START
endif endif
let g:_SYNTASTIC_VERSION = '3.9.0-41' let g:_SYNTASTIC_VERSION = '3.9.0-44'
lockvar g:_SYNTASTIC_VERSION lockvar g:_SYNTASTIC_VERSION
" Sanity checks {{{1 " Sanity checks {{{1