简体   繁体   English

Vim具有病原体和日晒配色方案

[英]Vim with pathogen and solarized color scheme

我的Vim屏幕带有病原体和日光色系

This is my screen of vim editor with pathogen and solarized color scheme.You can notice a dark line in the center. 这是我的vim编辑器屏幕,带有病原体和日光色系。您会注意到中间有一条黑线。

What is the purpose of this line? 这条线的目的是什么? When I try to do a split window using sp it splits the windown horizontally. 当我尝试使用sp进行拆分窗口时,它将水平拆分windown。

I don't want this line to appear on my screen? 我不希望此行显示在屏幕上吗? Is there a purpose to it?It would be great if someone could tell me what is causing this? 有这个目的吗?如果有人可以告诉我是什么原因会很棒?

You might have colorcolumn set up in your .vimrc . 您可能在.vimrc设置了colorcolumn。 Do you see anything similar to the following lines in your .vimrc . 您在.vimrc看到类似于以下几行的内容吗? If yes, you can comment them out and verify if you still that line. 如果是,则可以将它们注释掉,并验证是否仍然该行。

set colorcolumn=
hi ColorColumn guibg=#2d2d2d ctermbg=246

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM