Manual: add a note about "julia-vim".
This commit is contained in:
parent
67aa4e3d03
commit
a2333da98c
@ -3623,6 +3623,13 @@ the usual 'g:syntastic_julia_lint_<option>' variables. The only exception is
|
|||||||
'g:syntastic_julia_lint_exec', which can still be used to override the "julia"
|
'g:syntastic_julia_lint_exec', which can still be used to override the "julia"
|
||||||
executable.
|
executable.
|
||||||
|
|
||||||
|
Note~
|
||||||
|
|
||||||
|
You probably also need a plugin to set |filetype| for Julia files, such as
|
||||||
|
"julia-vim":
|
||||||
|
|
||||||
|
https://github.com/JuliaEditorSupport/julia-vim
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
SYNTAX CHECKERS FOR LESS *syntastic-checkers-less*
|
SYNTAX CHECKERS FOR LESS *syntastic-checkers-less*
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ if has('reltime')
|
|||||||
lockvar! g:_SYNTASTIC_START
|
lockvar! g:_SYNTASTIC_START
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let g:_SYNTASTIC_VERSION = '3.8.0-42'
|
let g:_SYNTASTIC_VERSION = '3.8.0-43'
|
||||||
lockvar g:_SYNTASTIC_VERSION
|
lockvar g:_SYNTASTIC_VERSION
|
||||||
|
|
||||||
" Sanity checks {{{1
|
" Sanity checks {{{1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user