summaryrefslogtreecommitdiffstats
path: root/runtime/doc
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-07-12 22:50:18 +0000
committerBram Moolenaar <Bram@vim.org>2005-07-12 22:50:18 +0000
commite759a7aa9a514626cd0373d1bd4e92777b1730c5 (patch)
tree8de6ce15d11684ec8e5db62b5a8dd731c5c4a174 /runtime/doc
parent8d34330fe55d1c5dc3f22a7b92ca27f3fb5d5690 (diff)
updated for version 7.0108v7.0108
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/tagsrch.txt4
-rw-r--r--runtime/doc/todo.txt6
-rw-r--r--runtime/doc/version7.txt5
3 files changed, 12 insertions, 3 deletions
diff --git a/runtime/doc/tagsrch.txt b/runtime/doc/tagsrch.txt
index 87608f19c4..fbecaa2ba9 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 @@ Examples: >
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 9554f56beb..989f7d53af 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 @@ be worked on, but only if you sponsor Vim development. See |sponsor|.
*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 702f224016..6a35fcdefd 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 @@ continue.
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: