Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近从自己的 VIM 设置切换到了janus 。我真的很喜欢这个组织。
当我尝试编辑和保存 HAML 文件时,出现以下错误。
Error detected while processing function <SNR>44_UpdateErrors..<SNR>44_RefreshSigns..<SNR>44_SignErrors: line 12: E474: Invalid argument
我该如何解决这个问题?
可能,它将通过修复 vimrc 中的以下行来修复。
let g:syntastic_enable_signs=1
至
let g:syntastic_enable_signs=0
这是合成插件的错误。我在GitHub 上创建了一个问题。
scrooloose已经解决了这个问题。你可以在这里找到补丁
只需运行
rake
在你的 ~/.vim 目录中。它将更新合成插件。