summaryrefslogtreecommitdiffstats
path: root/runtime/doc/change.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-03-18 20:25:31 +0000
committerBram Moolenaar <Bram@vim.org>2005-03-18 20:25:31 +0000
commit4317d9b4867621ec572a3a4010587d59ecc51813 (patch)
treeda053bbf9f210d8c406c070b6e8bafe01faeb5b3 /runtime/doc/change.txt
parenta5319aed9bad7cd9094d2a8ba34e99270ccdbc0f (diff)
updated for version 7.0061
Diffstat (limited to 'runtime/doc/change.txt')
-rw-r--r--runtime/doc/change.txt16
1 files changed, 10 insertions, 6 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt
index 7ed249969e..7a58cd88cc 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 @@ The next three commands always work on whole lines.
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: >