diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-21 21:33:03 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-21 21:33:03 +0000 |
commit | e580b0c34d3226f6ee5a62e33b987a239c0ba83e (patch) | |
tree | df84ffbdea209ff98179063a00f08a01a0c4f249 /runtime/doc/version7.txt | |
parent | 433f7c88d56bb8fd99082314055305a656462a13 (diff) | |
download | vim-git-e580b0c34d3226f6ee5a62e33b987a239c0ba83e.tar.gz |
updated for version 7.0231v7.0231
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r-- | runtime/doc/version7.txt | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index 694e5f117..05ed7d2a5 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 Mar 20 +*version7.txt* For Vim version 7.0aa. Last change: 2006 Mar 21 VIM REFERENCE MANUAL by Bram Moolenaar @@ -175,6 +175,13 @@ wastes its time. In the Python interface vim.eval() also handles Dictionaries and Lists. |python-eval| (G. Sumner Hayes) +The |getscript| plugin was added as a convenient way to update scripts from +www.vim.org automatically. (Charles Campbell) + +The |vimball| plugin was added as a convenient way to distribute a set of +files for a plugin (plugin file, autoload script, documentation). (Charles +Campbell) + Spell checking *new-spell* -------------- @@ -721,6 +728,8 @@ New and extended functions: ~ |mkdir()| create a directory |printf()| format text |readfile()| read a file into a list of lines +|reltime()| get time value, possibly relative +|reltimestr()| turn a time value into a string |remove()| remove one or more items from a List or Dictionary |repeat()| repeat "expr" "count" times (Christophe Poucet) |reverse()| reverse the order of a List @@ -1255,6 +1264,9 @@ Also create a vimtutor.bat batch file. The 'balloonexpr' option is now |global-local|. +The system() function now runs in cooked mode, thus can be interrupted by +CTRL-C. + ============================================================================== COMPILE TIME CHANGES *compile-changes-7* |