Monday, February 10, 2014

Re: colorcolumn creates a large red block

Are you in the terminal?  You didn't set ctermbg.

highlight ColorColumn guibg=Black ctermbg=0

Justin M. Keyes

On Feb 10, 2014 9:43 AM, "brandon wallace" <nodnarb@gmx.us> wrote:
I have these options in my .vimrc.

set colorcolumn=80

let &colorcolumn=join(range(81,244), ',')

highlight ColorColumn guibg=Black


My background is all red after the 80th column.
How do I get the background to be black after the 80th column instead of solid red?

--
--
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
 
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
--
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
 
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: