Mercurial > vim
comparison runtime/doc/todo.txt @ 448:dd9db57ee7ce v7.0118
updated for version 7.0118
author | vimboss |
---|---|
date | Thu, 28 Jul 2005 22:36:45 +0000 |
parents | 7472c565592a |
children | 3709cf52b9b5 |
comparison
equal
deleted
inserted
replaced
447:8347d456f7e5 | 448:dd9db57ee7ce |
---|---|
1 *todo.txt* For Vim version 7.0aa. Last change: 2005 Jul 27 | 1 *todo.txt* For Vim version 7.0aa. Last change: 2005 Jul 28 |
2 | 2 |
3 | 3 |
4 VIM REFERENCE MANUAL by Bram Moolenaar | 4 VIM REFERENCE MANUAL by Bram Moolenaar |
5 | 5 |
6 | 6 |
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 Is it simple to let ":verbose hi mailSubject" mention where it was last set? | |
34 | |
33 Mac unicode patch (Da Woon Jung): | 35 Mac unicode patch (Da Woon Jung): |
34 - selecting proportional font breaks display | 36 - selecting proportional font breaks display |
35 - UTF-8 text causes display problems. Font replacement causes this. | 37 - UTF-8 text causes display problems. Font replacement causes this. |
36 | 38 |
37 Win32: Use the free downloadable compiler 7.1. Figure out how to do debugging | 39 Win32: Use the free downloadable compiler 7.1. Figure out how to do debugging |
50 | 52 |
51 Awaiting response: | 53 Awaiting response: |
52 - Win32: tearoff menu window should have a scrollbar when it's taller than | 54 - Win32: tearoff menu window should have a scrollbar when it's taller than |
53 the screen. | 55 the screen. |
54 - mblen(NULL, 0) also in Vim 6.3? | 56 - mblen(NULL, 0) also in Vim 6.3? |
55 - Win32: Crash when pasting Simplified Chinese in utf-8. (rainux, 2005 June | |
56 20) | |
57 | 57 |
58 | 58 |
59 PLANNED FOR VERSION 7.0: | 59 PLANNED FOR VERSION 7.0: |
60 | 60 |
61 - "INTELLISENSE". First cleanup the Insert-mode completion. | 61 - "INTELLISENSE". First cleanup the Insert-mode completion. |