diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-02-17 21:53:23 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-02-17 21:53:23 +0000 |
commit | 997fb4ba696625e27e17c00d5033b20411aa45a3 (patch) | |
tree | 491f6645be05ca184f550a69c4c3b7c7a50b38fe /runtime/doc/version7.txt | |
parent | 49d7bf13e0d7e656ac246ec1dd7309560b070289 (diff) | |
download | vim-git-997fb4ba696625e27e17c00d5033b20411aa45a3.tar.gz |
updated for version 7.0200v7.0200
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r-- | runtime/doc/version7.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index 7bfc4ec8d..7f7c092c3 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 @@ 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. Ignore the key release event. ":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: |