comparison runtime/doc/todo.txt @ 2513:a88237afdb20 vim73

Change readfile() to ignore byte order marks, unless in binary mode.
author Bram Moolenaar <bram@vim.org>
date Sat, 07 Aug 2010 20:30:49 +0200
parents 2f5b709a6470
children 6768ebd0bc04
comparison
equal deleted inserted replaced
2512:3607f126a661 2513:a88237afdb20
31 -------------------- Known bugs and current work ----------------------- 31 -------------------- Known bugs and current work -----------------------
32 32
33 Before release 7.3: 33 Before release 7.3:
34 - Rename vim73 branch to default (hints: Xavier de Gaye, 2010 May 23) 34 - Rename vim73 branch to default (hints: Xavier de Gaye, 2010 May 23)
35 35
36 Cursor positioning wrong with 0x200e character. (John Becket, 2010 May 6)
37
38 Patch to make more characters work in dialogs. (Yankwei Jia, 2010 Aug 4)
39
40 Should readfile() ignore BOM when not in binary mode? 36 Should readfile() ignore BOM when not in binary mode?
41 37
42 Bug: searching for tags file uses 'suffixesadd', should not happen. (Dominique 38 Bug: searching for tags file uses 'suffixesadd', should not happen. (Dominique
43 Pelle, 2010 June 28) 39 Pelle, 2010 June 28)
44 40
61 ":helpgrep" does not put the cursor in the correct column when preceded by 57 ":helpgrep" does not put the cursor in the correct column when preceded by
62 accented character. (Tony Mechelynck, 2010 Apr 15) 58 accented character. (Tony Mechelynck, 2010 Apr 15)
63 59
64 Patch: Let rare word highlighting overrule good word highlighting. 60 Patch: Let rare word highlighting overrule good word highlighting.
65 (Jakson A. Aquino, 2010 Jul 30) 61 (Jakson A. Aquino, 2010 Jul 30)
62
63 Patch to make more characters work in dialogs. (Yankwei Jia, 2010 Aug 4)
66 64
67 ":drop" does not respect 'autochdir'. (Peter Odding, 2010 Jul 24) 65 ":drop" does not respect 'autochdir'. (Peter Odding, 2010 Jul 24)
68 66
69 Problem with cursor in the wrong column. (SungHyun Nam, 2010 Mar 11) 67 Problem with cursor in the wrong column. (SungHyun Nam, 2010 Mar 11)
70 Additional info by Dominique Pelle. (also on 2010 Apr 10) 68 Additional info by Dominique Pelle. (also on 2010 Apr 10)