On Mon, Dec 24, 2007 at 08:36:09PM +0000, Christian Weisgerber wrote: > Pieter Verberne <[EMAIL PROTECTED]> wrote: > > > For example: I remove the word "almost". Now the line is just 64 > > characters long so the paragraph from the word "lines" could just shove > > up. Does VI has a function for this or can do it automaticly? Or are the > > VI fans using FMT(1) for this? > > I have > > map q !}fmt > > in my ~/.nexrc. ('q' because it is reminiscent of M-q "fill-paragraph" > in Emacs-style editors, and because it is unused.)
vim actually has an internal fmt command. I found about it fairly recently. All vi users use the filter command all the time, and it usually takes us a while to adjust to vim improvements ;)