updated for version 7.0008
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 96f28c3..fd9335f 100644
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -1,4 +1,4 @@
-*version7.txt*  For Vim version 7.0aa.  Last change: 2004 Jul 05
+*version7.txt*  For Vim version 7.0aa.  Last change: 2004 Jul 11
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -117,6 +117,9 @@
 
 |:0file|		Removes the name of the buffer. (Charles Campbell)
 
+|:diffoff|		Switch off diff mode in the current window or in all
+			windows.
+
 
 New functions: ~
 
@@ -232,4 +235,10 @@
 Printing with PostScript may keep the printer waiting for more.  Append a
 CTRL-D to the printer output. (Mike Williams)
 
+When converting a string with a hex or octal number the leading '-' was
+ignored.  ":echo '-05' + 0" resulted in 5 instead of -5.
+
+Using "@:" to repeat a command line didn't work when it contains control
+characters.
+
  vim:tw=78:ts=8:ft=help:norl: