You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LCD 47 edited this page Jun 12, 2016
·
6 revisions
This file is no longer maintained
This file exists only as a historic reference. Documentation for syntastic
checkers is now included in the manual, please see :help syntastic-checkers
in Vim.
This checker executes the code in the files it checks. This is probably
fine if you wrote the files yourself, but it can be a problem if you're trying
to check third party files. If you are 100% willing to let Vim run the code
in your files, set g:syntastic_enable_racket_racket_checker to 1 in your
vimrc to enable this checker:
letg:syntastic_enable_racket_racket_checker=1
There is also a buffer-local version of this variable, that takes precedence
over it in the buffers where it is defined.
Please note that setting this variable doesn't automatically enable the
checker, you still need to add it to g:syntastic_racket_checkers if you want
to use it.