updated for version 7.0
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index fbdc53d..4a6059c 100644
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -1,4 +1,4 @@
-*version7.txt* For Vim version 7.0g. Last change: 2006 May 06
+*version7.txt* For Vim version 7.0. Last change: 2006 May 07
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2965,5 +2965,8 @@
When scrolling back at the more prompt and the quitting a line of text would
be left behind when 'cmdheight' is 2 or more.
+Fixed a few things for Insert mode completion, especially when typing BS,
+CTRL-N or a printable character while still searching for matches.
+
vim:tw=78:ts=8:ft=help:norl: