diff runtime/doc/version7.txt @ 673:513866ffe6af v7.0200

updated for version 7.0200
author vimboss
date Fri, 17 Feb 2006 21:53:23 +0000
parents 83a006f81bac
children 4b8583e82cb8
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: 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 @@ from happening.
 ":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 @@ event that removed the balloon again.  I
 
 ":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: