diff runtime/doc/version7.txt @ 192:2fcd444c4bd3 v7.0057

updated for version 7.0057
author vimboss
date Mon, 07 Mar 2005 23:26:06 +0000
parents 2aabb26a113f
children 59fd8376545b
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 Mar 06
+*version7.txt*  For Vim version 7.0aa.  Last change: 2005 Mar 07
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -23,6 +23,7 @@ KDE support				|new-KDE|
 Translated manual pages			|new-manpage-trans|
 Internal grep				|new-vimgrep|
 POSIX compatibility			|new-posix|
+Debugger support			|new-debug-support|
 Various new items			|new-items-7|
 
 IMPROVEMENTS				|improvements-7|
@@ -220,6 +221,14 @@ Items that were fixed for both Vi and PO
 - Implemented the 'prompt' option.
 
 
+Debugger support					*new-debug-support*
+----------------
+
+The 'balloonexpr' option has been added.  This is a generic way to implement
+balloon functionality.  You can use it to show info for the word under the
+mouse pointer.
+
+
 Various new items					*new-items-7*
 -----------------
 
@@ -927,4 +936,7 @@ unicodepdy[] as for UTF-8. (Taro Muraoka
 
 ":w fname" didn't work for files with 'buftype' set to "nofile".
 
+The method used to locate user commands for completion differed from when they
+are executed.  Abiguous command names were not completed properly.
+
  vim:tw=78:ts=8:ft=help:norl: