Manual: add a note about javac.

This commit is contained in:
LCD 47 2016-10-06 16:43:38 +03:00
parent 0a606ae28e
commit 8b93210371
2 changed files with 9 additions and 1 deletions

View File

@ -2949,6 +2949,14 @@ Name: javac
Maintainers: Jochen Keil <jochen.keil@gmail.com>
Dmitry Geurkov <d.geurkov@gmail.com>
Note~
This checker is not suitable for use with large Java projects. The design
of "javac" makes this checker prone to running into various limitations of
your shell, Vim, and your Java compiler. You are strongly advised to use
something like Eclim (http://eclim.org/) instead of syntastic for projects of
any substantial size or complexity.
Commands~
The following commands are available:

View File

@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:_SYNTASTIC_START
endif
let g:_SYNTASTIC_VERSION = '3.7.0-231'
let g:_SYNTASTIC_VERSION = '3.7.0-232'
lockvar g:_SYNTASTIC_VERSION
" Sanity checks {{{1