<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: easy question: jellow column using vim in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/easy-question-jellow-column-using-vim/m-p/3075219#M74078</link>
    <description>I have not run into the same yellow line problem, so I don't know exactly what to change for you.  Here is my .vimrc and the vi alias I use.  I prefer gvim ;)&lt;BR /&gt;&lt;BR /&gt;alias vi='gvim -geom 98x65 -rv -font 8x13'&lt;BR /&gt;&lt;BR /&gt;[dave@mercury] ~$ cat .vimrc&lt;BR /&gt;set autoindent&lt;BR /&gt;set ul=100&lt;BR /&gt;set tabstop=8 sw=4 softtabstop=4 smarttab expandtab&lt;BR /&gt;set ai showmatch hidden incsearch ignorecase smartcase smartindent hlsearch&lt;BR /&gt;set history=100&lt;BR /&gt;set nocp&lt;BR /&gt;set vb&lt;BR /&gt;source $VIMRUNTIME/syntax/python.vim&lt;BR /&gt;source $VIMRUNTIME/indent/python.vim&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;syntax on&lt;BR /&gt;&lt;BR /&gt;[dave@mercury] ~$&lt;BR /&gt;&lt;BR /&gt;Like I said I don't have any yellow line issues.&lt;BR /&gt;&lt;BR /&gt;I hope that helps,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
    <pubDate>Fri, 19 Sep 2003 13:47:41 GMT</pubDate>
    <dc:creator>Dave Falloon</dc:creator>
    <dc:date>2003-09-19T13:47:41Z</dc:date>
    <item>
      <title>easy question: jellow column using vim</title>
      <link>https://community.hpe.com/t5/operating-system-linux/easy-question-jellow-column-using-vim/m-p/3075217#M74076</link>
      <description>on RH7.3 installed rpm's&lt;BR /&gt;vim-enhanced-6.1-18.7x.2&lt;BR /&gt;vim-common-6.1-18.7x.2&lt;BR /&gt;vim-minimal-6.1-18.7x.2&lt;BR /&gt;&lt;BR /&gt;logging with ssh and editing a file with vi I can see on the left , actually the first column an annoying yellow line.&lt;BR /&gt;How can I disable colors ( if not only the yellow line) when I use vi?&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Sep 2003 13:09:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/easy-question-jellow-column-using-vim/m-p/3075217#M74076</guid>
      <dc:creator>leonardo bianchi quota</dc:creator>
      <dc:date>2003-09-19T13:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: easy question: jellow column using vim</title>
      <link>https://community.hpe.com/t5/operating-system-linux/easy-question-jellow-column-using-vim/m-p/3075218#M74077</link>
      <description>Leonardo,&lt;BR /&gt;  I dont have the correct answer.  These are controlled by xterm-color.  You may experiment some of them to suit your taste.  check vim help pages.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Umapathy</description>
      <pubDate>Fri, 19 Sep 2003 13:38:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/easy-question-jellow-column-using-vim/m-p/3075218#M74077</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-09-19T13:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: easy question: jellow column using vim</title>
      <link>https://community.hpe.com/t5/operating-system-linux/easy-question-jellow-column-using-vim/m-p/3075219#M74078</link>
      <description>I have not run into the same yellow line problem, so I don't know exactly what to change for you.  Here is my .vimrc and the vi alias I use.  I prefer gvim ;)&lt;BR /&gt;&lt;BR /&gt;alias vi='gvim -geom 98x65 -rv -font 8x13'&lt;BR /&gt;&lt;BR /&gt;[dave@mercury] ~$ cat .vimrc&lt;BR /&gt;set autoindent&lt;BR /&gt;set ul=100&lt;BR /&gt;set tabstop=8 sw=4 softtabstop=4 smarttab expandtab&lt;BR /&gt;set ai showmatch hidden incsearch ignorecase smartcase smartindent hlsearch&lt;BR /&gt;set history=100&lt;BR /&gt;set nocp&lt;BR /&gt;set vb&lt;BR /&gt;source $VIMRUNTIME/syntax/python.vim&lt;BR /&gt;source $VIMRUNTIME/indent/python.vim&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;syntax on&lt;BR /&gt;&lt;BR /&gt;[dave@mercury] ~$&lt;BR /&gt;&lt;BR /&gt;Like I said I don't have any yellow line issues.&lt;BR /&gt;&lt;BR /&gt;I hope that helps,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Fri, 19 Sep 2003 13:47:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/easy-question-jellow-column-using-vim/m-p/3075219#M74078</guid>
      <dc:creator>Dave Falloon</dc:creator>
      <dc:date>2003-09-19T13:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: easy question: jellow column using vim</title>
      <link>https://community.hpe.com/t5/operating-system-linux/easy-question-jellow-column-using-vim/m-p/3075220#M74079</link>
      <description>Not really sure what you are seeing, but you could try:&lt;BR /&gt;&lt;BR /&gt;:syn off &lt;BR /&gt;&lt;BR /&gt;in your .vimrc file</description>
      <pubDate>Mon, 22 Sep 2003 16:17:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/easy-question-jellow-column-using-vim/m-p/3075220#M74079</guid>
      <dc:creator>Paul Cross_1</dc:creator>
      <dc:date>2003-09-22T16:17:14Z</dc:date>
    </item>
  </channel>
</rss>

