updated for version 7.0162
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 65ecbc8..af59203 100644
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -1,4 +1,4 @@
-*version7.txt* For Vim version 7.0aa. Last change: 2005 Nov 23
+*version7.txt* For Vim version 7.0aa. Last change: 2005 Dec 01
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1407,4 +1407,7 @@
In an empty line "ix<CTRL-O>0" moved the cursor to after the line instead of
sticking to the first column.
+When using ":wq" and a BufWriteCmd autocmd uses inputsecret() the text was
+echoed anyway. Set terminal to raw mode in getcmdline().
+
vim:tw=78:ts=8:ft=help:norl: