Manual: add a note about "julia-vim".

This commit is contained in:
LCD 47 2017-04-24 16:52:35 +03:00
parent 67aa4e3d03
commit a2333da98c
2 changed files with 8 additions and 1 deletions

View File

@ -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*

View File

@ -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