diff --git a/doc/syntastic.txt b/doc/syntastic.txt index f854ef55..79aba884 100644 --- a/doc/syntastic.txt +++ b/doc/syntastic.txt @@ -1175,7 +1175,7 @@ https://github.com/jmcantrell/vim-virtualenv). This is a limitation of 7.15. YouCompleteMe *syntastic-ycm* 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" 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 diff --git a/plugin/syntastic.vim b/plugin/syntastic.vim index 439f1447..8bc9b028 100644 --- a/plugin/syntastic.vim +++ b/plugin/syntastic.vim @@ -19,7 +19,7 @@ if has('reltime') lockvar! g:_SYNTASTIC_START endif -let g:_SYNTASTIC_VERSION = '3.9.0-41' +let g:_SYNTASTIC_VERSION = '3.9.0-44' lockvar g:_SYNTASTIC_VERSION " Sanity checks {{{1