updated for version 7.0200
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 7bfc4ec..7f7c092 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 16
+*version7.txt* For Vim version 7.0aa. Last change: 2006 Feb 17
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -750,6 +750,9 @@
":breakadd here" and ":breakdel here" can be used to set or delete a
breakpoint at the cursor.
+It is now possible to define a function with: >
+ :exe "func Test()\n ...\n endfunc"
+
The tutor was updated to make it simpler to use and added text to explain a
few more important commands. Used ideas from Gabriel Zachmann.
@@ -1701,4 +1704,7 @@
":set background&" didn't use the same logic as was used when starting up.
+When "umask" is set such that nothing is writable then the viminfo file would
+be written without write permission. (Julian Bridle)
+
vim:tw=78:ts=8:ft=help:norl: