I just installed CheckSyntax via pathogen (placed in ~/.vim/bundle/checksyntax). When pressing <F5> or manually calling :CheckSyntax, everything seems to run as it should, except no errors are reported (calling :ll and :cc returns empty lists). Tried with Java (jlint installed) and bash (bash -n correctly reports the errors when run from commandline).
I run Vim 7.4 on Ubuntu 14.04 64bit.
This is a relevant part of my vimrc:
let g:checksyntax#auto_enable_rx='.'
let g:checksyntax_auto=2
execute pathogen#infect()
I just installed CheckSyntax via pathogen (placed in ~/.vim/bundle/checksyntax). When pressing
<F5>or manually calling:CheckSyntax, everything seems to run as it should, except no errors are reported (calling:lland:ccreturns empty lists). Tried with Java (jlint installed) and bash (bash -ncorrectly reports the errors when run from commandline).I run Vim 7.4 on Ubuntu 14.04 64bit.
This is a relevant part of my vimrc: