diff options
author | Bram Moolenaar <Bram@vim.org> | 2004-07-02 15:38:35 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2004-07-02 15:38:35 +0000 |
commit | cfbc5ee48e1b582f418f2d92ccbc4c4e84c803e1 (patch) | |
tree | 7586fe6160998a4c76a48dab221e38efe55257ef /runtime/doc/version7.txt | |
parent | 843ee41eb8258ac50ed81976757d8b228382a880 (diff) | |
download | vim-cfbc5ee48e1b582f418f2d92ccbc4c4e84c803e1.zip |
updated for version 7.0004
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r-- | runtime/doc/version7.txt | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index 8f3dbba23..a3797ba60 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt @@ -1,4 +1,4 @@ -*version7.txt* For Vim version 7.0aa. Last change: 2004 Jun 30 +*version7.txt* For Vim version 7.0aa. Last change: 2004 Jul 02 VIM REFERENCE MANUAL by Bram Moolenaar @@ -76,9 +76,16 @@ Various new items *new-items-7* Normal mode commands: ~ +a", a' and a` New text objects to select quoted strings. |a'| +i", i' and i' (Taro Muraoka) Options: ~ +'completefunc' The name of a function used for user-specified Insert + mode completion. CTRL-X CTRL-U can be used in Insert + mode to do any kind of completion. (Taro Muraoka) +'quoteescape' Characters used to escape quotes inside a string. + Used for the a", a' and a` text objects. |a'| Ex commands: ~ @@ -94,8 +101,13 @@ InsertEnter starting Insert or Replace mode InsertChange going from Insert to Replace mode or back InsertLeave leaving Insert or Replace mode +ColorScheme after loading a color scheme + + +New Syntax/Indent/FTplugin files: ~ + +MuPAD source syntax, indent and ftplugin. (Dave Silvia) -New Syntax files: ~ Others: ~ @@ -118,6 +130,9 @@ breakpoint at the cursor. 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. +Unix: When libcall() fails obtain an error message with dlerror() and display +it. (Johannes Zellner) + ============================================================================== COMPILE TIME CHANGES *compile-changes-7* |