summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-07-19 22:21:12 +0000
committerBram Moolenaar <Bram@vim.org>2005-07-19 22:21:12 +0000
commitff6f061a9df95bb26dc7a33a407f5e99f6016912 (patch)
tree621834eaa0599ef01ad8058bcf7000ab900b2016 /runtime
parentd6c04cd66a61d2c00684e3fbe16c22d1a974a1e0 (diff)
updated for version 7.0110
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/todo.txt4
-rw-r--r--runtime/doc/version7.txt5
2 files changed, 5 insertions, 4 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 7bd9904114..59b52fd0e4 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1,4 +1,4 @@
-*todo.txt* For Vim version 7.0aa. Last change: 2005 Jul 18
+*todo.txt* For Vim version 7.0aa. Last change: 2005 Jul 19
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -30,8 +30,6 @@ be worked on, but only if you sponsor Vim development. See |sponsor|.
*known-bugs*
-------------------- Known bugs and current work -----------------------
-"at" and "it" text objects: recognize HTML/SGML/XML tag pairs <b>asdf</b>
-
":e *.foo" completion with file name starting with "+" should be escaped.
VMS patch for term.c also in Vim 6.3 (Zoltan Arpadffy)
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 4b7a09f0f2..49968553da 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 Jul 13
+*version7.txt* For Vim version 7.0aa. Last change: 2005 Jul 20
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -289,6 +289,9 @@ i", i' and i' (Taro Muraoka)
CTRL-W <Enter> In the quickfix window: opens a new window to show the
location of the error under the cursor.
+|at| and |it| text objects select a block of text between HTML or XML tags.
+
+
Options: ~
'completefunc' The name of a function used for user-specified Insert