Re: Formatting text in reply e-mails

2006-12-05 Thread dominique . pelle
Vim may very well be able to do that with built-in commands. I use the external paragraph reformatter 'par-1.52' for this: http://www.nicemice.net/par/ For example, to format and justify this reply in vim, I used: :','!par 66j A patch for 'par' also exists to make it work with Unicode

correction in user manual (21.6 Modelines)

2006-11-26 Thread dominique . pelle
Hi, I stumbled upon a grammar mistake in the user manual, in section 21.6 Modelines (:help 21.6). Here is a correction. Cheers /Dominique $ svn diff runtime/doc/usr_21.txt Index: runtime/doc/usr_21.txt === ---

vim spelling checker and po files

2006-11-25 Thread dominique . pelle
Hi, When editing gettext .po files (filetype=po in vim), is there a way to set up the vim-7 spelling checker in 2 languages simultaneously? I know that I can run the following command: :setlocal spell spelllang=en_us,fr ... in order to accept both English and French words simultaneously for