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.
使用语法检查器 Syntastic 调用一个排水沟,它指向所有有错误的行。一旦我完成检查,我想隐藏这个排水沟。我发现的唯一方法是重新打开同一个文件。我一定错过了什么,我该如何隐藏排水沟?我试过:set foldcolumn=0无济于事。
:set foldcolumn=0
这些称为符号 ( :h sign)。尝试
:h sign
:sign unplace *
如果您只希望 Syntastic 的排水沟消失,请使用:SyntasticReset.
:SyntasticReset
您在 VIM 中有 3 个(我知道:) 侧列。折叠,编号并签名。
天沟使用标志一。
:set signcolumn=auto这应该是默认值,它只会在排水沟有内容时显示。设置为on|off显示|隐藏。
:set signcolumn=auto
on|off