tomtom / checksyntax_vim

Check a file's syntax when saving a file (php, ruby, tex ...) with vim
http://www.vim.org/scripts/script.php?script_id=1431
GNU General Public License v3.0
94 stars 9 forks source link

Add PHP_CodeSniffer checker for php. #29

Closed Craige closed 9 years ago

Craige commented 9 years ago

New globals for configuration: g:checksyntax#defs#phpcs#cmd g:checksyntax#defs#phpcs#args

tomtom commented 9 years ago

Thanks. I had to change the variable names in order to make them comply with vim's autoload feature.