summaryrefslogtreecommitdiff
path: root/runtime/doc/change.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-29 22:33:18 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-29 22:33:18 +0200
commit40af4e3903d0701318b1b176e5fa9cdb03bb0f98 (patch)
tree339b1b610ec2160a9340bf22510c6e7a879c7f88 /runtime/doc/change.txt
parent1587a1e37db85425ae77054ab681a0bbb0d1affb (diff)
downloadvim-40af4e3903d0701318b1b176e5fa9cdb03bb0f98.zip
Updated runtime files. Add logcheck filetype plugin. (James Vega)
Diffstat (limited to 'runtime/doc/change.txt')
-rw-r--r--runtime/doc/change.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt
index 3a1c74faf..8a5d36181 100644
--- a/runtime/doc/change.txt
+++ b/runtime/doc/change.txt
@@ -1,4 +1,4 @@
-*change.txt* For Vim version 7.3c. Last change: 2010 Mar 23
+*change.txt* For Vim version 7.3c. Last change: 2010 Jul 29
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1245,7 +1245,8 @@ gq{motion} Format the lines that {motion} moves over.
:nnoremap Q gq
gqgq *gqgq* *gqq*
-gqq Format the current line. {not in Vi}
+gqq Format the current line. With a count format that
+ many lines. {not in Vi}
*v_gq*
{Visual}gq Format the highlighted text. (for {Visual} see