Monday, November 1, 2010

Re: Nice display of leading tabs

On 11/01/2010 12:26 PM, statquant2 wrote:
>
> Hi all,
> browsing for a nice theme I found this http://leetless.de/vim.html, I am
> intersted to understand how you can have this nice display of indentation
> you can see on any theme of the page.
> I browsed the guy .vimrc file but I can't make it work.
>
> Do somebody have some insight ?
>
> Cheers

You need to do something like this:

set list listchars=tab:»·,trail:·,extends:$,nbsp:=

trail is for trailing spaces, extends I don't remember what for, nbsp is
a non-breaking space char. Experiment with tab chars... -ak

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

No comments: