diff runtime/doc/version7.txt @ 16:3ba373b54370 v7.0008

updated for version 7.0008
author vimboss
date Mon, 12 Jul 2004 15:53:54 +0000
parents 631143ac4a01
children 9be87deaeb52
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.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 @@ Win32: The ":winpos" command now also wo
 
 |: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 @@ Michele)
 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: