comparison runtime/doc/todo.txt @ 800:d8f905020502 v7.0b

updated for version 7.0b
author vimboss
date Fri, 24 Mar 2006 22:46:53 +0000
parents 95dac6af3b3a
children 8d284e3d8112
comparison
equal deleted inserted replaced
799:6beb2c667935 800:d8f905020502
1 *todo.txt* For Vim version 7.0aa. Last change: 2006 Mar 23 1 *todo.txt* For Vim version 7.0b. Last change: 2006 Mar 24
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 Include patch for recognizing TeX flavor. (Benji Fisher) 33 The 16 bit DOS version doesn't link because too much static memory is used.
34 And new tex.vim and plaintex.vim. 34 Drop it?
35
36 test61 sometimes fails, probably because of timing variations.
37
38 Check version7.txt for:
39 - new syntax files and other runtime files.
40 - new functions
41 - new options
42 - etc.
43
44 Add more tests for all new functionality in Vim 7. Especially new functions.
35 45
36 Win32: Describe how to do debugging. (George Reilly) 46 Win32: Describe how to do debugging. (George Reilly)
37 47
38 Mac unicode patch (Da Woon Jung, Eckehard Berns): 48 Mac unicode patch (Da Woon Jung, Eckehard Berns):
39 8 Add patch from Muraoka Taro (Mar 16) to support input method on Mac? 49 8 Add patch from Muraoka Taro (Mar 16) to support input method on Mac?
42 - UTF-8 text causes display problems. Font replacement causes this. 52 - UTF-8 text causes display problems. Font replacement causes this.
43 - Command-key mappings do not work. (Alan Schmitt) 53 - Command-key mappings do not work. (Alan Schmitt)
44 - With 'nopaste' pasting is wrong, with 'paste' Command-V doesn't work. 54 - With 'nopaste' pasting is wrong, with 'paste' Command-V doesn't work.
45 (Alan Schmitt) 55 (Alan Schmitt)
46 56
47 Darren is including the patch in ctags. Test it when it's ready. Change 57 Darren is including the patch in ctags. Test it when it's ready.
48 "typename" to "typeref" in C complete code.
49
50 HTML indenting can be slow. Caused by using searchpair(). Can search() be
51 used instead?
52
53 ccomplete: use "signature:" field from tags file when it's present.
54 Or list all the fields? (Martin Stubenschrott)
55
56 Add more tests for all new functionality in Vim 7. Especially new functions.
57
58 Add text in user manual for using the undo tree. Example with finding the
59 text of a previous change.
60
61 Links in docs to GetLatestVimScripts (getscript) plugin.
62 58
63 59
64 Awaiting updated patches: 60 Awaiting updated patches:
61 9 HTML indenting can be slow. Caused by using searchpair(). Can search()
62 be used instead?
65 8 Add ":n" to fnamemodify(): normalize path, remove "../" when possible. 63 8 Add ":n" to fnamemodify(): normalize path, remove "../" when possible.
66 Aric Blumer has a patch for this. 64 Aric Blumer has a patch for this.
67 He will update the patch for 6.3. 65 He will update the patch for 6.3.
68 7 Completion of network shares, patch by Yasuhiro Matsumoto. 66 7 Completion of network shares, patch by Yasuhiro Matsumoto.
69 Update 2004 Sep 6. 67 Update 2004 Sep 6.