updated for version 7.0142
diff --git a/runtime/doc/tags b/runtime/doc/tags
index 930f7b5..3a9398e 100644
--- a/runtime/doc/tags
+++ b/runtime/doc/tags
@@ -6355,6 +6355,7 @@
search-pattern pattern.txt /*search-pattern*
search-range pattern.txt /*search-range*
search-replace change.txt /*search-replace*
+searchdecl() eval.txt /*searchdecl()*
searchpair() eval.txt /*searchpair()*
section motion.txt /*section*
sed.vim syntax.txt /*sed.vim*
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 85a17dd..efee47e 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 Sep 05
+*todo.txt* For Vim version 7.0aa. Last change: 2005 Sep 06
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -30,6 +30,11 @@
*known-bugs*
-------------------- Known bugs and current work -----------------------
+When ":vimgrep" lists filenames they should be shortened. Silence messages
+for decompressing.
+
+When 'rl' is set "q/" causes hit-enter prompt.
+
Try out using the free MS compiler and debugger, using Make_mvc.mak.
Mac unicode patch (Da Woon Jung):
@@ -200,6 +205,8 @@
8 Support four composing/combining characters, needed for Hebrew. (Ron Aaron)
Add the 'maxcombining' option to set the nr. of composing characters.
At the same time support more colors (use two bytes when necessary).
+8 Searching for a composing character by itself should work. Perhaps "."
+ with a composing char should work too.
- Add a few more things to 'diffopt': "horizontal", "vertical",
"foldcolumn". (Benji Fisher, 2004 Jun 21)
- FileChangedShellPost autocommand event: after (not) reloading a changed
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 15daf6d..7ec8c48 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 Sep 05
+*version7.txt* For Vim version 7.0aa. Last change: 2005 Sep 06
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1323,4 +1323,7 @@
Win32: Combining UTF-8 characters were drawn on the previous character.
Could be noticed with a Thai font.
+Output of ":function" could leave some of the typed text behind. (Yegappan
+Lakshmanan)
+
vim:tw=78:ts=8:ft=help:norl: