diff runtime/doc/version7.txt @ 404:cf83dacfa25f v7.0105

updated for version 7.0105
author vimboss
date Fri, 08 Jul 2005 22:31:03 +0000
parents d6d6ca943713
children 06234af3a8b7
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: 2005 Jun 30
+*version7.txt*  For Vim version 7.0aa.  Last change: 2005 Jul 08
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -675,6 +675,9 @@ restarted.
 When using @= in an expression the value is expression @= contains.  ":let @=
 = value" can be used to set the register contents.
 
+A ! can be added to ":popup" to have the popup menu appear at the mouse
+pointer position instead of the text cursor.
+
 ==============================================================================
 COMPILE TIME CHANGES					*compile-changes-7*
 
@@ -1164,4 +1167,7 @@ When using ":e ++enc=name file" and icon
 caused a fallback to no conversion.  Now replace a character with '?' and
 continue.
 
+When opening a new buffer the local value of 'bomb' was not initialized from
+the global value.
+
  vim:tw=78:ts=8:ft=help:norl: