vim-syntastic / syntastic

Syntax checking hacks for vim
Do What The F*ck You Want To Public License
11.3k stars 1.14k forks source link

autocmd example for finding checker config file doesn't work as is #2387

Closed numericillustration closed 2 years ago

numericillustration commented 2 years ago

in the My favourite checker needs to load a configuration file from the project's root section there is a helpful autocmd to find a config file in alternate directories, but doesn't work as is since it prefixes the new variable setting with b rather than g.

lcd047 commented 2 years ago

Yes, b is intentional, it allows you to have several unrelated projects open at the same time, with different configurations. Can you please post an example of what doesn't work?