Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Vala: valac

lcd047 edited this page Apr 18, 2013 · 10 revisions

Maintainer: Konstantin Stepanov ([email protected])

Notes:

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.

Alternatively you can set g:syntastic_vala_modules array in your .vimrc or .lvimrc with localvimrc plugin.

Valac compiler is not the fastest thing in the world, so you may want to disable this plugin with let g:syntastic_vala_check_disabled = 1 command in your .vimrc or command line. Unlet this variable to set it to 0 to reenable this checker.

Clone this wiki locally