updated for version 7.0207
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 465c02c..50d33dc 100644
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -1,4 +1,4 @@
-*version7.txt* For Vim version 7.0aa. Last change: 2006 Feb 24
+*version7.txt* For Vim version 7.0aa. Last change: 2006 Feb 25
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1749,4 +1749,11 @@
ml_get errors when searching for "\n\zs" in an empty file.
+When selecting a block and using "$" to select until the end of every line and
+not highlighting the character under the cursor the first character of the
+block could be unhighlighted.
+
+When counting words for the Visual block area and using "$" to select until
+the end of every line only up to the length of the last line was counted.
+
vim:tw=78:ts=8:ft=help:norl: