diff runtime/doc/version7.txt @ 601:bc7ec0f1f7f3 v7.0170

updated for version 7.0170
author vimboss
date Wed, 14 Dec 2005 22:08:35 +0000
parents b9975513fe24
children 2930fd8e7d9f
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 Dec 13
+*version7.txt*  For Vim version 7.0aa.  Last change: 2005 Dec 14
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -367,6 +367,9 @@ CTRL-W <Enter>		In the quickfix window: 
 
 |at| and |it| text objects select a block of text between HTML or XML tags.
 
+<A-LeftMouse> ('mousemodel' "popup" or "popup-setpos")
+<A-RightMouse> ('mousemodel' "extend")
+			Make a blockwise selection. |<A-LeftMouse>|
 
 Insert mode commands: ~
 
@@ -407,6 +410,7 @@ Ex commands: ~
 Win32: The ":winpos" command now also works in the console. (Vipin Aravind)
 
 |:startreplace|		Start Replace mode. (Charles Campbell)
+|:startgreplace|	Start Virtual Replace mode.
 
 |:0file|		Removes the name of the buffer. (Charles Campbell)
 
@@ -431,6 +435,7 @@ Win32: The ":winpos" command now also wo
 |:cexpr|		Read error messages from a Vim expression (Yegappan
 			Lakshmanan).
 
+
 Ex command modifiers: ~
 
 |:keepalt|		Do not change the alternate file.
@@ -902,6 +907,9 @@ When starting to edit a new file and the
 then Vim will report "[New DIRECTORY]" instead of "[New File] to give the user
 a hint that something might be wrong.
 
+Win32: Preserve the hidden attribute of the viminfo file.
+
+
 ==============================================================================
 COMPILE TIME CHANGES					*compile-changes-7*