On 18/05/10 22:11, David Woodfall wrote:
[...]
Yep, foldcolumn it is. Hmm though in mutt the urls are still broken,
which was one of the original problems.
Thanks
[...]
It could be that your line got broken by auto-reformatting at the right
margin, and that mutt (or Vim in mutt) doesn't know that the linebreak
must be disregarded in that case. You could try
:let save_tw = &tw
:setlocal tw=0
then
gJ
on the top line to be joined. If the URL spans more than two lines, use
a count or linewise-visual highlighting, see :help gJ
After you've yanked the URL,
:let &tw = save_tw
will restore your 'textwidth'.
Best regards,
Tony.
--
The question is: What do you do with your life?
The wrong answer is: Be the richest guy in the graveyard.
(billionaire and Oracle founder Larry Ellison)
--
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