Meino Christian Cramer wrote:

Hi,

Currently I want to "reformat" a huge table of data of shortwave
broadcasters. This table is build from lines of 318 characters each
(***none is shorter or longer***). The entries are speperated by
char/byte offsets only (defined in another file). The rows are
seperated by newlines. Wrapping is off.

I am currently on the way to insert " | "s at the boundaries between
the entries to make the table a little more readable.
After you've inserted your |s, if you use the Align.vim and AlignMaps.vim plugin:

V(move)\t|

will align the entire table along the |s.

You can get Align from: http://vim.sourceforge.net/scripts/script.php?script_id=294

Regards,
Chip Campbell

Reply via email to