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
{{ message }}
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
LCD 47 edited this page Jun 12, 2016
·
10 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.
Add special comment line into your vala file starting with // modules:
and containing space delimited list of vala modules, used by the file,
so this script can build correct --pkg arguments.
Add another special comment line into your vala file starting with
// vapidirs: followed by a space delimited list of the vapi
directories so this script can build the correct --vapidirs arguments
Alternatively you can set g:syntastic_vala_modules array and/or
the g:syntastic_vala_vapidirs array in your .vimrc or .lvimrc with
localvimrc plugin.