On Wed, Dec 24, 2008 at 05:12, Tony Mechelynck
<[email protected]> wrote:
> Don't. I use ":set list lcs=tab:\|_,eol:¶,nbsp:~" (and, in the light of
> another thread, I don't forget to set 'encoding' to UTF-8 first, not
> afterwards, if the locale is something else).
if &encoding == "utf-8"
set listchars=eol:$,trail:·,tab:»·,extends:>,precedes:<
else
set listchars=eol:$,trail:-,tab:>-,extends:>,precedes:<
endif
That way, I can work on legacy/broken systems, as well.
Richard
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---