comparison runtime/doc/todo.txt @ 4911:78c318784090

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Sat, 15 Jun 2013 21:39:51 +0200
parents a5352e73dc00
children ceb5f21cda79
comparison
equal deleted inserted replaced
4910:e0ff44b689e3 4911:78c318784090
1 *todo.txt* For Vim version 7.3. Last change: 2013 Jun 12 1 *todo.txt* For Vim version 7.3. Last change: 2013 Jun 15
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
34 *known-bugs* 34 *known-bugs*
35 -------------------- Known bugs and current work ----------------------- 35 -------------------- Known bugs and current work -----------------------
36 36
37 --- Python interface 37 --- Python interface
38 38
39 Test 87 fails.
40 Test 86 fails on some systems.
41
42 Python: ":py raw_input('prompt')" doesn't work. (Manu Hack) 39 Python: ":py raw_input('prompt')" doesn't work. (Manu Hack)
43 40
44 Win32: The Python interface only works with one version of Python, selected at 41 Win32: The Python interface only works with one version of Python, selected at
45 compile time. Can this be made to work with version 2.1 and 2.2 dynamically? 42 compile time. Can this be made to work with version 2.1 and 2.2 dynamically?
46 43
51 Python SystemExit exception is not handled properly. Patch to catch the 48 Python SystemExit exception is not handled properly. Patch to catch the
52 exception and give an error. (Yasuhiro Matsumoto) 49 exception and give an error. (Yasuhiro Matsumoto)
53 Does not work, tests fail. 50 Does not work, tests fail.
54 51
55 --- bug fixes 52 --- bug fixes
56
57 :wviminfo does not write old history entries. (Roland Eggner, 2013 Jun 5)
58 Another message Jun 6.
59
60 Patch to avoid wrong error message for 1.0[0]. (Yasuhiro Matsumoto, 2013 May
61 1)
62
63 Patch for if_lua. (Luis Carvalho, 2012 Aug 26, update Aug 29, another Aug 30,
64 then Sep 1, reminder Oct 14)
65
66 Patch for if_perl. (Ike Devolder, May 27)
67
68 Patch to check if 'foldexpr' sets did_emsg. (Christian Brabandt, 2013 Mar 20)
69
70 Patch for 'backupcopy' default behavior for symlinks on Windows. (David Pope,
71 2012 Mar 21, update Mar 31)
72 With fix for memory leak: Ken Takata, 2012 Aug 24
73 Another update Sep 24.
74 Also patch from Joerg Bornemann, 2013 Apr 30.
75
76 Undo problem: line not removed as expected when using setline() from Insert
77 mode. (Israel Chauca, 2010 May 13, more in second msg)
78 Break undo when CTRL-R = changes the text? Or save more lines?
79 Patch by Christian Brabandt, 2012 Nov 16.
80 53
81 Do allow real tags above the !_TAG entries. Undo older patch. Issue 90. 54 Do allow real tags above the !_TAG entries. Undo older patch. Issue 90.
82 55
83 Matches might be highlighted correctly. Inefficient patch by Christian 56 Matches might be highlighted correctly. Inefficient patch by Christian
84 Brabandt, 2013 Feb 26. 57 Brabandt, 2013 Feb 26.