updated for version 7.0108
diff --git a/runtime/doc/tagsrch.txt b/runtime/doc/tagsrch.txt
index 87608f1..fbecaa2 100644
--- a/runtime/doc/tagsrch.txt
+++ b/runtime/doc/tagsrch.txt
@@ -1,4 +1,4 @@
-*tagsrch.txt* For Vim version 7.0aa. Last change: 2005 Apr 01
+*tagsrch.txt* For Vim version 7.0aa. Last change: 2005 Jul 12
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -352,6 +352,8 @@
When the argument both exists literally, and match when used as a regexp, a
literal match has a higher priority. For example, ":tag /open" matches "open"
before "open_file" and "file_open".
+When using a pattern case is ignored. If you want to match case use "\C" in
+the pattern.
*tag-!*
If the tag is in the current file this will always work. Otherwise the
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 9554f56..989f7d5 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 11
+*todo.txt* For Vim version 7.0aa. Last change: 2005 Jul 13
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -30,6 +30,10 @@
*known-bugs*
-------------------- Known bugs and current work -----------------------
+Use vim_strncpy() in more places.
+
+When going over 'synmaxcol' don't highlight anything, stop regions.
+
Add extra list of file locations. Can be used with:
:ltag list of matching tags, like :tselect
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 702f224..6a35fcd 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 11
+*version7.txt* For Vim version 7.0aa. Last change: 2005 Jul 12
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1180,4 +1180,7 @@
When opening a new buffer the local value of 'bomb' was not initialized from
the global value.
+Win32: When using the "Edit with Vim" entry the file name was limited to about
+200 characters.
+
vim:tw=78:ts=8:ft=help:norl: