> I have a file, which is basically a table. Each row is a line in the > file. The columns are separated by tabs. I'm wondering if vim can help > view this kind of file with columns aligned and without wrapping > lines.
:set tabstop=x if x is sufficiently large, then your columns will appear aligned. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
