diff runtime/doc/todo.txt @ 91:d0764d5e4619

updated for version 7.0036
author vimboss
date Sun, 09 Jan 2005 21:22:45 +0000
parents 2b4debdc8d2c
children d4f3db33d782
line wrap: on
line diff
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1,4 +1,4 @@
-*todo.txt*      For Vim version 7.0aa.  Last change: 2005 Jan 08
+*todo.txt*      For Vim version 7.0aa.  Last change: 2005 Jan 09
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -32,6 +32,17 @@ be worked on, but only if you sponsor Vi
 
 Use 'ignorecase' for ":vimgrep"?
 
+List:
+- map() function:     map(list, 'some . & . thing')?
+- filter() function:  filter(list, '& !~ "^\\s*$"')?
+- searchlist() function: like index() but with a regexp.
+- Make string() work so that a list can be parsed back?
+- Add List functions to version7.txt.
+- Add List functions to overview of funtions in user manual.
+- Explain Lists in the user manual?
+
+Better way to get temp file for tcltags and vimspell scripts. (javier Pena)
+
 When allocating a new variable, a search is done for an empty entry.  May
 waste a lot of time if there isn't one.  Keep an index of available entry,
 none available, or unknown.