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

(v3.6.0) Vala: valac

LCD 47 edited this page Jan 19, 2015 · 1 revision

Maintainer: Konstantin Stepanov (me@kstep.me)

valac is a compiler for Vala. See [the project's page][0] for details.

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.

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][1].

Valac compiler is not the fastest thing in the world, so you may want to disable this plugin like this: ``vim` let g:syntastic_vala_check_disabled = 1

Unlet this variable or set it to 0 to re-enable the checker.

[0]: https://wiki.gnome.org/Projects/Vala
[1]: http://www.vim.org/scripts/script.php?script_id=441
Clone this wiki locally