README: formatting.
This commit is contained in:
parent
7055ff9364
commit
cb9424c9ec
@ -66,8 +66,9 @@ YAML, z80, Zope page templates, and zsh. See the [wiki][3] for details about
|
|||||||
the corresponding supported checkers.
|
the corresponding supported checkers.
|
||||||
|
|
||||||
A number of third-party Vim plugins also provide checkers for syntastic,
|
A number of third-party Vim plugins also provide checkers for syntastic,
|
||||||
for example: [omnisharp-vim][25], [rust.vim][12], [crystal.vim][29], [syntastic-extras][26],
|
for example: [omnisharp-vim][25], [rust.vim][12], [syntastic-extras][26],
|
||||||
[syntastic-more][27], [vim-eastwood][28], and [vim-swift][24].
|
[syntastic-more][27], [vim-crystal][29], [vim-eastwood][28], and
|
||||||
|
[vim-swift][24].
|
||||||
|
|
||||||
Below is a screenshot showing the methods that Syntastic uses to display syntax
|
Below is a screenshot showing the methods that Syntastic uses to display syntax
|
||||||
errors. Note that, in practise, you will only have a subset of these methods
|
errors. Note that, in practise, you will only have a subset of these methods
|
||||||
|
@ -19,7 +19,7 @@ if has('reltime')
|
|||||||
lockvar! g:_SYNTASTIC_START
|
lockvar! g:_SYNTASTIC_START
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let g:_SYNTASTIC_VERSION = '3.6.0-90'
|
let g:_SYNTASTIC_VERSION = '3.6.0-92'
|
||||||
lockvar g:_SYNTASTIC_VERSION
|
lockvar g:_SYNTASTIC_VERSION
|
||||||
|
|
||||||
" Sanity checks {{{1
|
" Sanity checks {{{1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user