Tuesday, February 11, 2014

Re: colorcolumn creates a large red block

> ----- Original Message -----
> From: Martin Lundberg
> Sent: 02/11/14 03:50 AM
> To: vim_use@googlegroups.com
> Subject: Re: colorcolumn creates a large red block
>
> On Mon, Feb 10, 2014 at 07:44:25PM -0500, brandon wallace wrote:
> > I am using gvim. I found that something below in the vimrc was having
> > an effect on the colorcolumn. I had to comment out the lower %80
> > percent of the file. Now I just have to narrow it down to the curprit.
>
> Unfortunately not an answer to you question but I would reccommend that
> you read https://wiki.openstack.org/wiki/MailingListEtiquette to learn a
> little about creating nicer replies on mailling lists.

Thank you for the link on mailing list etiquette. I am new to this.
I have found the answer to my question. I had to move this line below
the colorscheme declaration:

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

Everything is good now.


>
> --
> Martin Lundberg
>
> --
> --
> 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: