updated for version 7.0c
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 43e4890..81dcddc 100644
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -1,4 +1,4 @@
-*version7.txt* For Vim version 7.0b. Last change: 2006 Mar 26
+*version7.txt* For Vim version 7.0c. Last change: 2006 Mar 27
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -275,6 +275,7 @@
already running Vim server.
More info here: |tabpage|
+The Win32 GUI tabs were implemented by Yegappan Lakshmanan.
Undo branches *new-undo-branches*
@@ -2203,5 +2204,9 @@
than building a universal binary. Also, using Perl/Python/etc. only works for
the current platform.
+The time on undo messages disappeared for someone. Using %T for strftime()
+apparently doesn't work everywhere. Use %H:%M:%S instead.
+
+Typing BS at the "z=" prompt removed the prompt.
vim:tw=78:ts=8:ft=help:norl: