updated for version 7.0057
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 3d2efa0..d692146 100644
--- 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 @@
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 @@
- 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 @@
":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: