diff runtime/doc/version7.txt @ 810:9f345c48220b v7.0c

updated for version 7.0c
author vimboss
date Mon, 27 Mar 2006 17:01:56 +0000
parents 4f1b94b51e99
children f40f1a8520ff
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.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 @@ The |--remote-tab| argument can be used 
 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 @@ Mac: Default to building for the current
 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: