diff runtime/doc/version7.txt @ 11:4424b47a0797

updated for version 7.0003
author vimboss
date Wed, 30 Jun 2004 16:16:41 +0000
parents 4e2284e71352
children bdeee1504ac1
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 Jun 24
+*version7.txt*  For Vim version 7.0aa.  Last change: 2004 Jun 30
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -61,6 +61,15 @@ In Vim scripts the following types have 
 
 Many functions and commands have been added to support the new types.
 
+NOT IMPLEMENTED YET!
+
+
+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.)
+
 
 Various new items					*new-items-7*
 -----------------
@@ -73,12 +82,18 @@ Options: ~
 
 Ex commands: ~
 
+Win32: The ":winpos" command now also works in the console. (Vipin Aravind)
+
 
 New functions: ~
 
 
 New autocommand events: ~
 
+InsertEnter		starting Insert or Replace mode
+InsertChange		going from Insert to Replace mode or back
+InsertLeave		leaving Insert or Replace mode
+
 
 New Syntax files: ~
 
@@ -89,6 +104,9 @@ character selections can be used between
 Also fixes the problem that setting 'clipboard' to "unnamed" breaks using
 "yyp".
 
+The netrw plugin now also supports viewing a directory, when "scp://" is used.
+Deleting and renaming files is possible.  (Charles Campbell)
+
 ==============================================================================
 IMPROVEMENTS						*improvements-7*
 
@@ -97,6 +115,8 @@ IMPROVEMENTS						*improvements-7*
 ":breakadd here" and ":breakdel here" can be used to set or delete a
 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.
 
 ==============================================================================
 COMPILE TIME CHANGES					*compile-changes-7*
@@ -152,4 +172,7 @@ After using cursor(line, col) moving up/
 Win32: Borland C before 5.5 requires using ".u." for LowPart and HighPart
 fields. (Walter Briscoe)
 
+On Sinix SYS_NMLN isn't always defined.  Define it ourselves. (Cristiano De
+Michele)
+
  vim:tw=78:ts=8:ft=help:norl: