updated for version 7.0164
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 80ff683..3c8cf68 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 Dec 06
+*version7.txt* For Vim version 7.0aa. Last change: 2005 Dec 07
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -847,6 +847,9 @@
":mksession" sets the SessionLoad variable to notify plugins. A modeline is
added to the session file to set 'filetype' to "vim".
+In the ATTENTION prompt put the "Delete it" choice before "Quit" to make it
+more logical. (Robert Webb)
+
==============================================================================
COMPILE TIME CHANGES *compile-changes-7*
@@ -1408,4 +1411,6 @@
When using ":wq" and a BufWriteCmd autocmd uses inputsecret() the text was
echoed anyway. Set terminal to raw mode in getcmdline().
+Unix: ":w a;b~c" caused an error in expanding wildcards.
+
vim:tw=78:ts=8:ft=help:norl: