updated for version 7.0061
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt
index 7ed2499..7a58cd8 100644
--- a/runtime/doc/change.txt
+++ b/runtime/doc/change.txt
@@ -1,4 +1,4 @@
-*change.txt* For Vim version 7.0aa. Last change: 2005 Feb 23
+*change.txt* For Vim version 7.0aa. Last change: 2005 Mar 16
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1155,13 +1155,17 @@
compile time.
*gq*
-gq{motion} Format the lines that {motion} moves over. The
- 'textwidth' option controls the length of each
- formatted line (see below). If the 'textwidth' option
- is 0, the formatted line length is the screen width
- (with a maximum width of 79). {not in Vi}
+gq{motion} Format the lines that {motion} moves over.
+ If 'formatprg' is empty formatting is done internally
+ and the 'textwidth' option controls the length of each
+ formatted line (see below).
+ If the 'textwidth' option is 0, the formatted line
+ length is the screen width (with a maximum width of
+ 79). {not in Vi}
The 'formatoptions' option controls the type of
formatting |fo-table|.
+ The cursor is left on the first non-blank of the last
+ formatted line.
NOTE: The "Q" command formerly performed this
function. If you still want to use "Q" for
formatting, use this mapping: >