README: change address for YouCompleteMe.

This commit is contained in:
LCD 47 2014-03-30 21:11:39 +03:00
parent 8d2ac06820
commit 82bff20b02
2 changed files with 2 additions and 2 deletions

View File

@ -248,5 +248,5 @@ a look at [jedi-vim][7], [python-mode][8], or [YouCompleteMe][9].
[6]: http://stackoverflow.com/questions/tagged/syntastic
[7]: https://github.com/davidhalter/jedi-vim
[8]: https://github.com/klen/python-mode
[9]: https://github.com/Valloric/YouCompleteMe
[9]: http://valloric.github.io/YouCompleteMe/
[10]: http://perldoc.perl.org/perlrun.html#*-c*

View File

@ -18,7 +18,7 @@ if has('reltime')
let g:syntastic_start = reltime()
endif
let g:syntastic_version = '3.4.0-10'
let g:syntastic_version = '3.4.0-11'
" Sanity checks {{{1