diff options
author | Bram Moolenaar <Bram@vim.org> | 2004-07-05 15:58:32 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2004-07-05 15:58:32 +0000 |
commit | 325b7a2fb5b970b77f7b9ec28ba15eb794f6edf8 (patch) | |
tree | a2b0cfed6da973286326442419e56938dc966ea4 /runtime/doc/version7.txt | |
parent | 592e0a2a1dbc542134c3fd88b4cdfa40e258f41b (diff) | |
download | vim-git-325b7a2fb5b970b77f7b9ec28ba15eb794f6edf8.tar.gz |
updated for version 7.0006
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r-- | runtime/doc/version7.txt | 27 |
1 files changed, 25 insertions, 2 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index e30217a18..8ac96b7ff 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 Jul 03 +*version7.txt* For Vim version 7.0aa. Last change: 2004 Jul 05 VIM REFERENCE MANUAL by Bram Moolenaar @@ -18,6 +18,7 @@ INCOMPATIBLE CHANGES |incompatible-7| NEW FEATURES |new-7| New data types |new-data-types| +KDE support |new-KDE| Various new items |new-items-7| IMPROVEMENTS |improvements-7| @@ -64,13 +65,21 @@ Many functions and commands have been added to support the new types. NOT IMPLEMENTED YET! -KDE support *new-kde* +KDE support *new-KDE* ----------- Kvim is the KDE version of Vim. It uses the Qt toolkit. See |KVim|. (Thomas Capricelli, Philippe Fremy, Mickael Marchand, Mark Westcott, et al.) +MzScheme interface *new-MzScheme* +------------------ + +The MzScheme interpreter is supported. |MzScheme| +The |:mzscheme| command can be used to execute MzScheme commands. +The |:mzfile| command can be used to execute an MzScheme script file. + + Various new items *new-items-7* ----------------- @@ -88,11 +97,17 @@ Options: ~ Used for the a", a' and a` text objects. |a'| 'numberwidth' Minimal width of the space used for the 'number' option. (Emmanuel Renieris) +'mzquantum' Time in msec to schedule MzScheme threads. + Ex commands: ~ Win32: The ":winpos" command now also works in the console. (Vipin Aravind) +:startreplace Start Replace mode. (Charles Campbell) + +:0file Removes the name of the buffer. (Charles Campbell) + New functions: ~ @@ -139,6 +154,11 @@ it. (Johannes Zellner) Added "nbsp" in 'listchars'. (David Blanchet) +For lisp indenting and matching parenthesis: (Sergey Khorev) +- square brackets are recognized properly +- #\(, #\), #\[ and #\] are recognized as character literals +- Lisp line comments (delimited by semicolon) are recognized + ============================================================================== COMPILE TIME CHANGES *compile-changes-7* @@ -196,4 +216,7 @@ fields. (Walter Briscoe) On Sinix SYS_NMLN isn't always defined. Define it ourselves. (Cristiano De Michele) +Printing with PostScript may keep the printer waiting for more. Append a +CTRL-D to the printer output. (Mike Williams) + vim:tw=78:ts=8:ft=help:norl: |