updated for version 7.0128
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 10402aa..d4fbb33 100644
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -1,4 +1,4 @@
-*version7.txt* For Vim version 7.0aa. Last change: 2005 Aug 09
+*version7.txt* For Vim version 7.0aa. Last change: 2005 Aug 11
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -331,6 +331,11 @@
|at| and |it| text objects select a block of text between HTML or XML tags.
+Insert mode commands: ~
+
+CTRL-\ CTRL-O Execute a Normal mode command. Like CTRL-O but
+ without moving the cursor.
+
Options: ~
'completefunc' The name of a function used for user-specified Insert
@@ -1274,7 +1279,4 @@
Win32: Could not use "**/" in 'path', it had to be "**\".
-When 'insertmode' is set CTRL-L would move the cursor. That wasn't supposed
-to happen, CTRL-O doesn't do it either.
-
vim:tw=78:ts=8:ft=help:norl: