diff runtime/doc/version7.txt @ 14:946da5994c01

updated for version 7.0006
author vimboss
date Mon, 05 Jul 2004 15:58:32 +0000
parents 24d5189d3956
children 631143ac4a01
line wrap: on
line diff
--- 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 ad
 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: