diff runtime/doc/todo.txt @ 2429:7ce8b24450dc vim73

Improvements for ":find" completion. (Nazri Ramliy)
author Bram Moolenaar <bram@vim.org>
date Wed, 28 Jul 2010 22:29:10 +0200
parents 33148c37f3c9
children 80229a724a11
line wrap: on
line diff
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -30,23 +30,21 @@ be worked on, but only if you sponsor Vi
 							*known-bugs*
 -------------------- Known bugs and current work -----------------------
 
-Patch for :find completion. (Nazri Ramliy, 2010 Jul 27, and leak fix)
-And patch for Windows, Jul 28.
-And fix for patch, Jul 28.
+Patch for :filetype completion. (Dominique Pelle, Jul 28)
 
 Windows 7: "Open with..." menu starts Vim without a file.
 
 Windows 7: installing Vim again doesn't find the previously installed Vim.
 
+Move more common code from if_python.c and if_python3.c to if_py_both.h
+
+Add filetype completion to user commands. (Christian Brabandt, 2010 Jul 26)
+But call it "filetype" instead of "syntax"?
+
 ftplugin/mupad.vim should not source AppendMatchGroup.vim, it should use an
 autoload function.
 Same for indent/GenericIndent.vim
 
-Move more common code from if_python.c and if_python3.c to if_py_both.h
-
-Add filetype completion to user commands. (Christian Brabandt, 2010 Jul 26)
-But call it "filetype" instead of "syntax".
-
 Before release 7.3:
 - Rename vim73 branch to default (hints: Xavier de Gaye, 2010 May 23)