comparison runtime/doc/todo.txt @ 2236:dc2e5ec0500d vim73

Added the undofile() function. Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Sun, 30 May 2010 18:30:36 +0200
parents 4ba83ae8d505
children 770485470e59
comparison
equal deleted inserted replaced
2235:4ba83ae8d505 2236:dc2e5ec0500d
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 Fixes for broken URLs:
34 Benjamin Haskell, 2010 May 25
35 Christian Brabandt, 2010 May 26, two messages
36
37 Cursor positioning wrong with 0x200e character. (John Becket, 2010 May 6) 33 Cursor positioning wrong with 0x200e character. (John Becket, 2010 May 6)
38 34
39 E315 when trying to change a file in FileChangedRO autocommand event. 35 E315 when trying to change a file in FileChangedRO autocommand event.
40 (Dominique Pelle, 2010 Apr 30) 36 (Dominique Pelle, 2010 Apr 30)
41 37
1092 - using NSIS 2.46: install on Windows 7 works, but no "Edit with Vim" menu. 1088 - using NSIS 2.46: install on Windows 7 works, but no "Edit with Vim" menu.
1093 Use register_shell_extension()? (George Reilly, 2010 May 26) 1089 Use register_shell_extension()? (George Reilly, 2010 May 26)
1094 Ron's version: http://dev.ronware.org/p/vim/finfo?name=gvim.nsi 1090 Ron's version: http://dev.ronware.org/p/vim/finfo?name=gvim.nsi
1095 - Persistent undo bugs / fixes: 1091 - Persistent undo bugs / fixes:
1096 - Need to check all values for evil manipulation. 1092 - Need to check all values for evil manipulation.
1097 - Add undofile(name): get undo file name for buffer "name".
1098 - patch for unused functions. (Dominique Pelle, 2010 May 29) 1093 - patch for unused functions. (Dominique Pelle, 2010 May 29)
1099 - Also crypt the undo file. 1094 - Also crypt the undo file.
1100 - Also crypt the swap file, each block separately. Change mf_write() and 1095 - Also crypt the swap file, each block separately. Change mf_write() and
1101 mf_read(). How to get b_p_key to these functions? 1096 mf_read(). How to get b_p_key to these functions?
1102 - Do profiling on sha256 code to find obvious bottlenecks. 1097 - Do profiling on sha256 code to find obvious bottlenecks.