Is there a filetype or way to set vim up nicely for tab-delimited files?  
What I'm looking for is to have tab characters force vertical alignment 
of the following characters.  E.g., using » to indicate the tabs, I'd 
like the following:

1»longer-than-a-tab»bar»long column with spaces
2222»»baz»shorter

to be displayed as (where »· are from my preference: 'set listchars=tab:»·'):

1»···longer-than-a-tab»bar»long column with spaces
2222»»·················baz»shorter

I guess it's kind of like 'dynamic tabstops' (where the content 
determines the length of each 'stop').  Is there a simple way to do 
this?

-- 
Thanks,
Ben

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