Is there a way, like a plugin or a perl/python tool, to draw ascii tables like below without having to painfully do it by hand? I'd like to be able to a) easily navigate between cells b) <left|right|top| bottom> justify text in cell c) edit cells and have the table readjust column width, table size??
(to be viewed in fixed width font) +------------------------+------------+----------+----------+ | Header row, column 1 | Header 2 | Header 3 | Header 4 | +------------------------+------------+----------+----------+ | body row 1, column 1 | column 2 | column 3 | column 4 | | and more col 1 | | | and more | | and more | and more | and more | col4 | +------------------------+------------+----------+----------+ | body row 2 | Cells may span column | | +------------------------+------------+----------+----------+ Sounds like I'm being greedy and asking for too much, but I'm a sucker for these ascii tables and diagrams like the ones in RFC's. They just look beautiful. Any help is appreciated. I searched around quite a bit but didn't find any solutions.. Thanks very much. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
