Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I switched from my own VIM setup to janus recently. I really like the organization.

When I tried to edit and save HAML files, I got following error.

Error detected while processing function <SNR>44_UpdateErrors..<SNR>44_RefreshSigns..<SNR>44_SignErrors:
line   12:
E474: Invalid argument

How can I fix this issue?

share|improve this question
Same issue here... – markquezada Jul 7 '11 at 3:34

2 Answers

probably, it will fix with fixing following line in your vimrc.

let g:syntastic_enable_signs=1

to

let g:syntastic_enable_signs=0
share|improve this answer
up vote 0 down vote accepted

It was an error with syntastic plugin. I created an issue at GitHub.

scrooloose has fixed this issue. You can find the patch here

Simply run

rake

inside your ~/.vim directory. It'll update the syntastic plugin.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.