vmware-archive / vim-config

This is the Vim configuration we use on pairing machines at Neo, as well as many Neons' personal machines. It's pretty okay.
BSD 2-Clause "Simplified" License
64 stars 41 forks source link

fix syntastic warning #22

Closed tarebyte closed 10 years ago

tarebyte commented 10 years ago

Hey I updated my deps and I got this warning

syntastic: warning: variable g:syntastic_quiet_warnings is deprecated, please use let g:syntastic_quiet_messages = {'level': 'warnings'} instead

So I fixed it, everything seems to work.

tarebyte commented 10 years ago

You are correct, that is a typo on my part thank you for the catch!

munckymagik commented 10 years ago

Glad to be of help :)

munckymagik commented 10 years ago

Thanks for the fix :) Merged.