updated for version 7.0043
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index f2ca967..4865bb5 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 Jan 17
+*version7.txt* For Vim version 7.0aa. Last change: 2005 Jan 20
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -418,6 +418,14 @@
Removed the tcltags script, it's obsolete.
+":redir @*>" and ":redir @+>" append to the clipboard. Better check for
+invalid characters after the register name.
+
+":let g:" lists global variables.
+":let b:" lists buffer-local variables.
+":let w:" lists window-local variables.
+":let v:" lists Vim variables.
+
==============================================================================
COMPILE TIME CHANGES *compile-changes-7*