|
1 | | -*todo.txt* For Vim version 7.4. Last change: 2016 Sep 06 |
| 1 | +*todo.txt* For Vim version 7.4. Last change: 2016 Sep 08 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -36,18 +36,24 @@ not be repeated below, unless there is extra information. |
36 | 36 |
|
37 | 37 | Invalid memory access in do_pending_operator. (Dominique, 2016 Sep 5) |
38 | 38 |
|
39 | | -test_autocmd fails when run directly, passes when run through test_alot. |
| 39 | +Invalid memory access in msg_puts_printf (Dominique, 2016 Sep 6) |
| 40 | + |
| 41 | +Crash after wiping a buffer. (Dominique, Sep 7) |
| 42 | + |
| 43 | +With MS-Windows gvim: |
| 44 | + test_netbeans.vim fails. Nb_basic line 12 and 13. |
| 45 | + test86 fails partial fix |
| 46 | + test87 fails |
40 | 47 |
|
41 | 48 | Make ":filter" work with more commands. |
42 | 49 | Search for: msg_putchar('\n') |
43 | 50 |
|
44 | 51 | +channel: |
45 | | -- option to not put "Reading from channel" in the buffer. |
46 | | -- Add 'cwd' argument: directory to change to in the child. |
47 | | - check for valid directory before forking. |
48 | 52 | - channel_wait() may return an error while there is still something to read. |
49 | 53 | Perhaps try to read once? |
50 | 54 | - Problem with stderr on Windows? (Vincent Rischmann, 2016 Aug 31, #1026) |
| 55 | +- Add 'cwd' argument to start_job(): directory to change to in the child. |
| 56 | + check for valid directory before forking. |
51 | 57 | - Implement |job-term| ? |
52 | 58 | - Channel test fails with Motif. Sometimes kills the X11 server. |
53 | 59 | - When a message in the queue but there is no callback, drop it after a while? |
@@ -309,7 +315,7 @@ Patch to test popupmenu. Fails, possibly due to a bug. |
309 | 315 | Patch to introduce 'cmdencoding'. (Ken Takata, Aug 18?) |
310 | 316 | Better help Aug 19. |
311 | 317 | Problem: applies to too many commands, such as :cbuffer. |
312 | | -Should there be a different value for :make and :grep? |
| 318 | +Updated patch with three options, 2016 Sep 8. |
313 | 319 | Win32: When running ":make" and 'encoding' differs from the system locale, |
314 | 320 | the output should be converted. Esp. when 'encoding' is "utf-8". (Yongwei |
315 | 321 | Wu) Should we use 'termencoding' for this? |
|
0 commit comments