Tony Mechelynck wrote (2008-08-22 16:10 +0200): > Vim isn't able to add variable numbers of spaces between words to make > the text come out justified (i.e., flush on both margins). It might, > in some cases, be possible to justify monospace text this way by means > of a script, but is it worth it?
Don't know what it's worth but I actually maintain a script which extends Vim's text formatting features a bit, i.e. make them a bit more automatic and add some intelligence, so to say. Justify is included. Not that I think it's generally very good idea to justify text with fixed width font. Anyway, the script is here: http://www.vim.org/scripts/script.php?script_id=2324 --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
