comparison runtime/doc/todo.txt @ 2409:0ca06a92adfb vim73

Add support for horizontal scroll wheel. (Bjorn Winckler)
author Bram Moolenaar <bram@vim.org>
date Sun, 25 Jul 2010 15:49:07 +0200
parents e7751177126b
children 68e394361ca3
comparison
equal deleted inserted replaced
2408:9e2e63af1641 2409:0ca06a92adfb
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 concealends does not appear to work.
34
35 if_python3.c is missing some changes that were applied to if_python.c.
36 Find the old version of if_python.c from when the copy was made.
37
38 Move more common code from if_python.c and if_python3.c to if_py_both.h
39
40 Add documentation for Python 3 support.
41
42 Include patch for horizontal scoll wheel? (Bjorn Winckler, 2010 Jul 20) 33 Include patch for horizontal scoll wheel? (Bjorn Winckler, 2010 Jul 20)
43 Additional patch Jul 21. 34 Additional patch Jul 21.
44 35
45 6 In the quickfix window statusline add the command used to get the list of 36 6 In the quickfix window statusline add the command used to get the list of
46 errors, e.g. ":make foo", ":grep something *.c". 37 errors, e.g. ":make foo", ":grep something *.c".
48 Docs patch by Dominique Pelle, Mar 25 included? 39 Docs patch by Dominique Pelle, Mar 25 included?
49 40
50 Patch for :find completion. (Nazri Ramliy) 41 Patch for :find completion. (Nazri Ramliy)
51 But I prefer to keep term.h and include/term.h He will work on it. 42 But I prefer to keep term.h and include/term.h He will work on it.
52 43
44 Add hg changes to version7.txt
45
53 Before release 7.3: 46 Before release 7.3:
54 - Rename vim73 branch to default (hints: Xavier de Gaye, 2010 May 23) 47 - Rename vim73 branch to default (hints: Xavier de Gaye, 2010 May 23)
48
49 Move more common code from if_python.c and if_python3.c to if_py_both.h
55 50
56 Cursor positioning wrong with 0x200e character. (John Becket, 2010 May 6) 51 Cursor positioning wrong with 0x200e character. (John Becket, 2010 May 6)
57 52
58 Test 69 breaks on MS-Windows, both 32 and 64 builds. (George Reilly, 2010 Feb 53 Test 69 breaks on MS-Windows, both 32 and 64 builds. (George Reilly, 2010 Feb
59 26) 54 26)