On Jul 12, 4:19 pm, "Benjamin R. Haskell" <[email protected]> wrote: > On Tue, 12 Jul 2011, Ben Fritz wrote: > > On Jul 12, 8:38 am, stardiviner wrote: > >> how to add a colored line behind line number. > >> here is the > >> example:http://blog.nguyenvq.com/2011/06/29/some-custom-emacs-keybindings-for... > > > Are you asking for every other line to be highlighted in a different > > color as shown in the screen shot? > > I assumed the request was for the red, vertical bar after (= "behind") > the line number. > > I couldn't see a straightforward way to do it. My first attempt was to > subvert the 'signs' columns, but I couldn't figure out a nice way to > activate the column without actually adding signs. And after doing so I > discovered that it appears to the left of the numbers anyway. > > -- > Best, > Ben H
Could it be something as simple as: highlight LineNr NONE ctermfg=DarkGreen guifg=Cyan I use green for terminal vim and cyan for gui vim. -Bill -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
