3

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?

2 Answers2

0

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

let g:syntastic_enable_signs=1

to

let g:syntastic_enable_signs=0
mattn
  • 7,571
  • 30
  • 54
0

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.