diff runtime/doc/version7.txt @ 572:2244be18d9e9 v7.0162

updated for version 7.0162
author vimboss
date Fri, 02 Dec 2005 00:50:49 +0000
parents 862863033fdd
children f1d46f948241
line wrap: on
line diff
--- 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 @@ available.
 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: