comparison runtime/doc/todo.txt @ 2420:6de9efd58dc0 vim73

Updated runtime files. New netrw plugin version.
author Bram Moolenaar <bram@vim.org>
date Tue, 27 Jul 2010 22:50:36 +0200
parents acfb7eddf13c
children 71899235e72d
comparison
equal deleted inserted replaced
2419:f579b934f51d 2420:6de9efd58dc0
1 *todo.txt* For Vim version 7.3c. Last change: 2010 Jul 26 1 *todo.txt* For Vim version 7.3c. Last change: 2010 Jul 27
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 Problem with concealends in v50 of tex.vim? (Charles Campbell, 2010 Jul 26)
34 Fixed by patch from Vince?
35
36 Conceal problem: CTRL-L draws differently than individual line. (Benjamin
37 Fritz, 2010 Jul 27)
38
33 Access to free memory with :redir command. (Dominique Pelle, 2010 Jul 25) 39 Access to free memory with :redir command. (Dominique Pelle, 2010 Jul 25)
34 Easier way to reproduce in later message. 40 Easier way to reproduce in later message. (2010 Jul 26)
41 call get_lval() again in var_redir_stop().
35 42
36 Patch for VMS. Zoltan Arpadffy, 2010 Jul 26. 43 Patch for VMS. Zoltan Arpadffy, 2010 Jul 26.
37 44
38 Patch for :find completion. (Nazri Ramliy) 45 Patch for :find completion. (Nazri Ramliy, 2010 Jul 27, and leak fix)
39 But I prefer to keep term.h and include/term.h Nazri will work on it. 46
47 Windows 7: "Open with..." menu starts Vim without a file.
48
49 Windows 7: installing Vim again doesn't find the previously installed Vim.
50
51 ftplugin/mupad.vim should not source AppendMatchGroup.vim, it should use an
52 autoload function.
53 Same for indent/GenericIndent.vim
40 54
41 Move more common code from if_python.c and if_python3.c to if_py_both.h 55 Move more common code from if_python.c and if_python3.c to if_py_both.h
42
43 Problem with concealends in v50 of tex.vim? (Charles Campbell, 2010 Jul 26)
44 56
45 Add filetype completion to user commands. (Christian Brabandt, 2010 Jul 26) 57 Add filetype completion to user commands. (Christian Brabandt, 2010 Jul 26)
46 But call it "filetype" instead of "syntax". 58 But call it "filetype" instead of "syntax".
47 59
48 Before release 7.3: 60 Before release 7.3: