Skip to content

Commit

Permalink
Manual: add a note about "julia-vim".
Browse files Browse the repository at this point in the history
  • Loading branch information
lcd047 committed Apr 24, 2017
1 parent 67aa4e3 commit a2333da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions doc/syntastic-checkers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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*

Expand Down
2 changes: 1 addition & 1 deletion plugin/syntastic.vim
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:_SYNTASTIC_START
endif

let g:_SYNTASTIC_VERSION = '3.8.0-42'
let g:_SYNTASTIC_VERSION = '3.8.0-43'
lockvar g:_SYNTASTIC_VERSION

" Sanity checks {{{1
Expand Down

0 comments on commit a2333da

Please sign in to comment.