updated for version 7.0006
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index e30217a..8ac96b7 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 @@
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 @@
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 @@
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 @@
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 @@
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: