updated for version 7.0192
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 053e7d1..7c9d325 100644
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -1,4 +1,4 @@
-*version7.txt* For Vim version 7.0aa. Last change: 2006 Feb 01
+*version7.txt* For Vim version 7.0aa. Last change: 2006 Feb 02
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1636,4 +1636,9 @@
In a multi-byte file the foldmarker could be recognized in the trail byte.
(Taro Muraoka)
+Pasting with CTRL-V and menu didn't work properly when some commands are
+mapped. Use ":normal!" instead of ":normal". (Tony Apuzzo)
+
+Crashed when expanding a file name argument in backticks.
+
vim:tw=78:ts=8:ft=help:norl: