summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-29 20:59:59 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-29 20:59:59 +0200
commit1587a1e37db85425ae77054ab681a0bbb0d1affb (patch)
tree9223f33554da18ddc125929c4345d95ec1f1ed45 /runtime
parent8ada2cca0a6f0135441c520cac269468928e65ef (diff)
Add completion for ":ownsyntax" and improve completion for ":filetype".
(Dominique Pelle)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/todo.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 66bbf5dc43..55a8b4c5cf 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1,4 +1,4 @@
-*todo.txt* For Vim version 7.3c. Last change: 2010 Jul 28
+*todo.txt* For Vim version 7.3c. Last change: 2010 Jul 29
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 -----------------------
-Patch for :filetype completion. (Dominique Pelle, Jul 28)
-
Windows 7: "Open with..." menu starts Vim without a file.
Need to use other registry methods in if_ole.cpp?