summaryrefslogtreecommitdiff
path: root/runtime/doc/todo.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-08-08 18:29:48 +0200
committerBram Moolenaar <Bram@vim.org>2010-08-08 18:29:48 +0200
commite2b590ebf618fb7dc15012579875c3d649dd74c1 (patch)
treed03cf3f5ee1a594cc60b02617cc5e1bc7fa8d6de /runtime/doc/todo.txt
parent463ee340d065dab803b9bd459fc5827adb6fcc64 (diff)
downloadvim-e2b590ebf618fb7dc15012579875c3d649dd74c1.zip
Update help about wildcards in 'tags' option.
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r--runtime/doc/todo.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index ae8ef6945..937f5c826 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -35,9 +35,6 @@ Before release 7.3:
Bug: E685 error for func_unref(). (ZyX, 2010 Aug 5)
-When directory "/tmp/tags" contains "tags1" and "tags2", setting 'tags' to
-"/tmp/tags/*" doesn't pick up these files. (Simon Ruggier, 2010 Mar 17)
-
":command Print echo 'print'" works, but ":Print" doesn't. Builtin Print
should be overruled. (Aaron Thoma)