README.markdown: remove unused URLs.

This commit is contained in:
LCD 47 2018-08-27 11:03:11 +03:00
parent c779dbb607
commit 0295d8241d
2 changed files with 1 additions and 4 deletions

View File

@ -535,9 +535,6 @@ a look at [ghcmod-vim][ghcmod], [jedi-vim][jedi], [python-mode][python_mode], [v
[vim]: http://www.vim.org/ [vim]: http://www.vim.org/
[vimgo]: https://github.com/fatih/vim-go [vimgo]: https://github.com/fatih/vim-go
[virtualenv]: https://virtualenv.pypa.io/en/stable/ [virtualenv]: https://virtualenv.pypa.io/en/stable/
[vnu]: http://about.validator.nu/
[vnu_jar]: https://github.com/validator/validator/releases/latest
[vnu_server]: http://validator.github.io/validator/#standalone
[vundle]: https://github.com/gmarik/Vundle.vim [vundle]: https://github.com/gmarik/Vundle.vim
[ycm]: http://valloric.github.io/YouCompleteMe/ [ycm]: http://valloric.github.io/YouCompleteMe/

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-14' let g:_SYNTASTIC_VERSION = '3.9.0-15'
lockvar g:_SYNTASTIC_VERSION lockvar g:_SYNTASTIC_VERSION
" Sanity checks {{{1 " Sanity checks {{{1