diff --git a/doc/syntastic-checkers.txt b/doc/syntastic-checkers.txt index 54975474..51819215 100644 --- a/doc/syntastic-checkers.txt +++ b/doc/syntastic-checkers.txt @@ -3615,7 +3615,7 @@ Installation~ You need to install Julia itself, and the package "Lint". You can install "Lint" from the Julia package manager, with the command: > Pkg.add("Lint") - +< Checker Options~ This checker doesn't call the "makeprgBuild()" function, and thus it ignores diff --git a/plugin/syntastic.vim b/plugin/syntastic.vim index 0afb3cf5..def57e2b 100644 --- a/plugin/syntastic.vim +++ b/plugin/syntastic.vim @@ -19,7 +19,7 @@ if has('reltime') lockvar! g:_SYNTASTIC_START endif -let g:_SYNTASTIC_VERSION = '3.8.0-41' +let g:_SYNTASTIC_VERSION = '3.8.0-42' lockvar g:_SYNTASTIC_VERSION " Sanity checks {{{1