On 05/18/2010 02:05 PM, David Woodfall wrote:
Is there a way of getting rid of the 1 character width gutter on the
left?

Reason is when I need to read/edit a file where a long url wraps over
to line under it the gutter splits the url and consequently urxvt url
matching breaks.

Short answer: yes

Longer answer: you need to know what's causing it to disable it. Most likely, it's the fold-column:

  :set foldcolumn?

(which likely returns 1 in your case, and can disable with ":set foldcolumn=0"). It could also be you have line-numbering set and 'numberwidth' set to 1, though you'd get some ugly results with line-numbers, not just an empty gutter.

If you were using gvim and have signs enabled

  :help signs

it could also manifest a similar symptom...though according to the help, I believe this adds *2* columns for the sign, not just one.

So my guess is that it's the fold-column.

-tim


--
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

Reply via email to