Grammar.
This commit is contained in:
parent
9d2800f9a5
commit
fb6747c013
@ -234,7 +234,7 @@ filetype of the current file is `php`).
|
|||||||
|
|
||||||
__Q. What is the difference between syntax checkers and style checkers?__
|
__Q. What is the difference between syntax checkers and style checkers?__
|
||||||
|
|
||||||
A. The errors and warnings they produce are highlighted differently, and can
|
A. The errors and warnings they produce are highlighted differently and can
|
||||||
be filtered by different rules, but otherwise the distinction is pretty much
|
be filtered by different rules, but otherwise the distinction is pretty much
|
||||||
arbitrary. There is no guarantee that a style checker wouldn't produce messages
|
arbitrary. There is no guarantee that a style checker wouldn't produce messages
|
||||||
for syntax errors, nor that a syntax checker wouldn't give you style hints.
|
for syntax errors, nor that a syntax checker wouldn't give you style hints.
|
||||||
|
@ -19,7 +19,7 @@ if has('reltime')
|
|||||||
lockvar! g:syntastic_start
|
lockvar! g:syntastic_start
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let g:syntastic_version = '3.5.0-16'
|
let g:syntastic_version = '3.5.0-17'
|
||||||
lockvar g:syntastic_version
|
lockvar g:syntastic_version
|
||||||
|
|
||||||
" Sanity checks {{{1
|
" Sanity checks {{{1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user