Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Manual: update link for YouCompleteMe.
Browse files Browse the repository at this point in the history
  • Loading branch information
lcd047 committed Jul 20, 2019
1 parent 0172b54 commit 0336c35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/syntastic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugin/syntastic.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0336c35

Please sign in to comment.