updated for version 7.0003
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index e366f07..8f3dbba 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 Jun 24
+*version7.txt* For Vim version 7.0aa. Last change: 2004 Jun 30
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -61,6 +61,15 @@
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 @@
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 @@
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 @@
":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 @@
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: