comparison runtime/doc/todo.txt @ 155:e91a302ad53a

updated for version 7.0047
author vimboss
date Wed, 02 Feb 2005 23:09:45 +0000
parents e85cff741dec
children 389c8abd5925
comparison
equal deleted inserted replaced
154:1a145815483e 155:e91a302ad53a
1 *todo.txt* For Vim version 7.0aa. Last change: 2005 Jan 31 1 *todo.txt* For Vim version 7.0aa. Last change: 2005 Feb 02
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
28 be worked on, but only if you sponsor Vim development. See |sponsor|. 28 be worked on, but only if you sponsor Vim development. See |sponsor|.
29 29
30 *known-bugs* 30 *known-bugs*
31 -------------------- Known bugs and current work ----------------------- 31 -------------------- Known bugs and current work -----------------------
32 32
33 List data type performance:
34 - Cache the length of a List?
35 - Cache the last used index?
36 - Use blocks of items, so that finding an item by index is faster?
37
38 Can ":grep" made faster somehow? Do profiling.
39 ":vimgrep pat %" doesn't work.
40
41 Sanity check of eval.c: 33 Sanity check of eval.c:
34 - Check use of v_type for VAR_FUNC, VAR_LIST ad VAR_DICT.
42 - Go through the code for magic braces. 35 - Go through the code for magic braces.
43 - Check use of v_type for VAR_FUNC, VAR_LIST ad VAR_DICT. 36 - Check list watchers.
44 37
45 Mention rsync command on runtime.php page: 38 Mention rsync command on runtime.php page:
46 rsync -avzcP --delete --exclude="dos" --delete-excluded ftp.nluug.nl::Vim/runtime/ vim63-runtime 39 rsync -avzcP --delete --exclude="dos" --delete-excluded ftp.nluug.nl::Vim/runtime/ vim63-runtime
47 40
48 When 'paste' is set in the GUI the toolbar button doesn't work in Insert mode. 41 When 'paste' is set in the GUI the toolbar button doesn't work in Insert mode.