On (14:23 18/05/10), Tim Chase <[email protected]> put forth the proposition:
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: yesLonger 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.
Yep, foldcolumn it is. Hmm though in mutt the urls are still broken, which was one of the original problems. Thanks
If you were using gvim and have signs enabled :help signsit 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
-- Don't look back, the lemmings are gaining on you.
pgpYoLZwKGF36.pgp
Description: PGP signature
