comparison runtime/doc/todo.txt @ 2229:d45902a5c61c vim73

Fix a few more things for persistent undo.
author Bram Moolenaar <bram@vim.org>
date Sat, 29 May 2010 15:11:47 +0200
parents 36a9ac99e1ca
children 290ee42cae85
comparison
equal deleted inserted replaced
2228:f5bd6753cdc4 2229:d45902a5c61c
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 Patch for invalid mem access in completion. (Dominique Pelle, 2010 May 26)
34
35 Invalid memory access when deleting funcref variable. Patch by Lech Lorens,
36 2010 May 25.
37
38 Fixes for broken URLs: 33 Fixes for broken URLs:
39 Benjamin Haskell, 2010 May 25 34 Benjamin Haskell, 2010 May 25
40 Christian Brabandt, 2010 May 26, two messages 35 Christian Brabandt, 2010 May 26, two messages
41 36
42 Cursor positioning wrong with 0x200e character. (John Becket, 2010 May 6) 37 Cursor positioning wrong with 0x200e character. (John Becket, 2010 May 6)
1093 restored. (Luc St-Louis) 1088 restored. (Luc St-Louis)
1094 1089
1095 1090
1096 Vim 7.3: 1091 Vim 7.3:
1097 - Win32 DOS and Win32 console version: test69 fails. 1092 - Win32 DOS and Win32 console version: test69 fails.
1098 - Win32 binary: vim -r fails. (Antonio Colombo) Also on Unix.
1099 - using NSIS 2.46: install on Windows 7 works, but no "Edit with Vim" menu. 1093 - using NSIS 2.46: install on Windows 7 works, but no "Edit with Vim" menu.
1100 Use register_shell_extension()? (George Reilly, 2010 May 26) 1094 Use register_shell_extension()? (George Reilly, 2010 May 26)
1101 Ron's version: http://dev.ronware.org/p/vim/finfo?name=gvim.nsi 1095 Ron's version: http://dev.ronware.org/p/vim/finfo?name=gvim.nsi
1102 Patches to include:
1103 - Persistent undo bugs / fixes: 1096 - Persistent undo bugs / fixes:
1097 - Memory leak reproduced by Dominique Pelle, 2010 May 28.
1098 - Compiling without FEAT_SPELL fails, functions used in undo code:
1099 get2c, get4c, put_bytes (Ralf Schandl)
1104 - binary distributed: ":wundo" always fails. 1100 - binary distributed: ":wundo" always fails.
1105 - Patch not to allocate extra byte in U_ALLOC_LINE() (Dominique, 2010 May 1101 - Patch not to allocate extra byte in U_ALLOC_LINE() (Dominique Pelle,
1106 25) 1102 2010 May 25)
1107 - Remove the old code when U_USE_MALLOC is not defined? 1103 - Remove the old code when U_USE_MALLOC is not defined?
1108 - When there is no undo info (undolevels negative), delete the undo file. 1104 - When there is no undo info (undolevels negative), delete the undo file.
1109 - Need to check all values for evil manipulation. 1105 - Need to check all values for evil manipulation.
1110 - Add undofile(name): get undo file name for buffer "name". 1106 - Add undofile(name): get undo file name for buffer "name".
1111 - Extend test62 for gettabvar() and settabvar(). (Yegappan Lakshmanan, 2010
1112 May 23)
1113 - Also crypt the undo file. 1107 - Also crypt the undo file.
1114 - Also crypt the swap file, each block separately. Change mf_write() and 1108 - Also crypt the swap file, each block separately. Change mf_write() and
1115 mf_read(). How to get b_p_key to these functions? 1109 mf_read(). How to get b_p_key to these functions?
1116 - Do profiling on sha256 code to find obvious bottlenecks. 1110 - Do profiling on sha256 code to find obvious bottlenecks.
1117 - Do profiling on crypt code to find obvious bottlenecks. 1111 - Do profiling on crypt code to find obvious bottlenecks.
1112 - Make 'clipboard' global-local, for "html"? Christian J. Robinson.
1113 Patches to include:
1114 - Extend test62 for gettabvar() and settabvar(). (Yegappan Lakshmanan, 2010
1115 May 23)
1118 - Use off_t instead of long for bytes in a buffer. (James Vega, 2010 May 22, 1116 - Use off_t instead of long for bytes in a buffer. (James Vega, 2010 May 22,
1119 update next day) 1117 update next day)
1120 - Include conceal patch? 1118 - Include conceal patch?
1121 http://vince.negri.googlepages.com/ 1119 http://vince.negri.googlepages.com/
1122 http://vim.wikia.com/wiki/Patch_to_conceal_parts_of_lines 1120 http://vim.wikia.com/wiki/Patch_to_conceal_parts_of_lines