开发者

Cannot edit HAML files in carlhuda - janus VIM distro

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?


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

let g:syntastic_enable_signs=1

to

let g:syntastic_enable_signs=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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜