On Sat 21-Oct-06 3:40pm -0600, Pero Brbora wrote:
> When there is no empty lines bellow the long line (at the
> end of file) you can't format the line using gq option...
What are you doing? If I use this test file:
=================== testfile ===================
vim: set tw=10 fo=tcq2:
this line has a blank line after it.
Now for a long line with no blank line after it.
================= end testfile =================
And open with:
gvim -u NONE -i NONE -N testfile
I can format the paragraphs with, for example, 'gqq' or
'gq}' or '{visual}gq' without a problem.
Since there is no 'gq option', I'm assuming you're using the
normal command gq followed by a q, a motion or proceeded by
a visual selection.
--
Best regards,
Bill