On 11:53 Sun 04 Nov     , Andre Majorel wrote:
> In help.txt, tabs are used as if help.vim didn't strip the "|"
> around tag references. Is it how it's supposed to be ?
> 
> Thanks in advance.
> 
> -- 
> André Majorel http://www.teaser.fr/~amajorel/
> Subliminal message : Vim needs elastic tab stops.
> 
> -- 
> 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

See my other answer to your post.  help.vim is not stripping "|", (and
also "*").  This is done by the conceal vim feature.  If you have it
(:echo has("conceal")) then you can check where the 'cole' option was
set from: open a help file and run:
:verb set cole?

Normally it is set in help.vim.  So I guess you have overwritten it
somehow, or your vim/gvim has not conceal feature.  See ":help 'cole'",
":help 'cocu'", ":help conceal".

Best,
Marcin

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