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

Commit 0336c35

Browse files
committed
Manual: update link for YouCompleteMe.
1 parent 0172b54 commit 0336c35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/syntastic.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,7 @@ https://github.com/jmcantrell/vim-virtualenv). This is a limitation of
11751175
7.15. YouCompleteMe *syntastic-ycm*
11761176

11771177
Syntastic can be used together with the "YouCompleteMe" Vim plugin (see
1178-
http://valloric.github.io/YouCompleteMe/). However, by default "YouCompleteMe"
1178+
https://github.com/ycm-core/YouCompleteMe). However, by default "YouCompleteMe"
11791179
disables syntastic's checkers for the "c", "cpp", "objc", and "objcpp"
11801180
filetypes, in order to allow its own checkers to run. If you want to use YCM's
11811181
identifier completer but still run syntastic's checkers for those filetypes you

plugin/syntastic.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if has('reltime')
1919
lockvar! g:_SYNTASTIC_START
2020
endif
2121

22-
let g:_SYNTASTIC_VERSION = '3.9.0-41'
22+
let g:_SYNTASTIC_VERSION = '3.9.0-44'
2323
lockvar g:_SYNTASTIC_VERSION
2424

2525
" Sanity checks {{{1

0 commit comments

Comments
 (0)