Hi Benjamin!

On Do, 11 Mär 2010, Benjamin R. Haskell wrote:

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

Try http://www.vim.org/scripts/script.php?script_id=2830

Then open your file and
1) :let g:csv_delim="^I"
2) :InitCSV
3) :ArrangeColumn

(^I represents the character Tabulator, and not the 2 letters ^ and I)


regards,
Christian

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