comparison runtime/doc/todo.txt @ 10048:43efa4f5a8ea

commit https://github.com/vim/vim/commit/89bcfda6834aba724d12554a34b9ed49f5789fd5 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 30 23:26:57 2016 +0200 Updated runtime files. Remove version checks for Vim older than 6.0.
author Christian Brabandt <cb@256bit.org>
date Tue, 30 Aug 2016 23:30:09 +0200
parents 8061455d9179
children 46763b01cd9a
comparison
equal deleted inserted replaced
10047:a62862410ca1 10048:43efa4f5a8ea
1 *todo.txt* For Vim version 7.4. Last change: 2016 Aug 27 1 *todo.txt* For Vim version 7.4. Last change: 2016 Aug 30
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
34 *known-bugs* 34 *known-bugs*
35 -------------------- Known bugs and current work ----------------------- 35 -------------------- Known bugs and current work -----------------------
36 36
37 Make ":filter" work with more commands. 37 Make ":filter" work with more commands.
38 Search for: msg_putchar('\n') 38 Search for: msg_putchar('\n')
39
40 Try building with $SHADOWDIR
41
42 Test_sign_completion() fails on MS-Windows (console and GUI) Completion
43 doesn't have both tb_paste.xpm and tb_print.xpm but "tb_p". Different default
44 options?
45
46 Test_nb_basic() fails on MS-Windows GUI. line 12: Expected 2 but got 1.
47 line 13: Expected 20 but got 1.
48
49 Figure out building with Ruby on MS-Windows.
50
51 :cexpr doesn't trigger QuickFixCmdPost. (Mathias Stearn, 2016 Aug 29, #1021)
52 Needs documentation. (Yegappan)
53
54 Patch to convert test_marks to new style. (Yegappan, 2016 Aug 28, 2 msg)
55
56 Patch to make it possible to define a test but skip it, by throwing an
57 exception. (Christian Brabandt, 2016 Aug 30)
39 58
40 +channel: 59 +channel:
41 - Implement |job-term| ? 60 - Implement |job-term| ?
42 - Channel test fails with Motif. Sometimes kills the X11 server. 61 - Channel test fails with Motif. Sometimes kills the X11 server.
43 - When a message in the queue but there is no callback, drop it after a while? 62 - When a message in the queue but there is no callback, drop it after a while?
183 202
184 Ramel Eshed: system() is much slower than job_start(), why? (Aug 26) 203 Ramel Eshed: system() is much slower than job_start(), why? (Aug 26)
185 204
186 Patch for Python: #622. (Roland Puntaier, 2016 Feb 2) 205 Patch for Python: #622. (Roland Puntaier, 2016 Feb 2)
187 What does it change? 206 What does it change?
207
208 Patch to make gd and gD work better for non-K&R code and with comments.
209 (Anton Lindqvist, 2016 Aug 29)
188 210
189 When generating the Unicode tables with runtime/tools/unicode.vim the 211 When generating the Unicode tables with runtime/tools/unicode.vim the
190 emoji_width table has only one entry. 212 emoji_width table has only one entry.
191 213
192 It's possible to add ",," to 'wildignore', an empty entry. Causes problems. 214 It's possible to add ",," to 'wildignore', an empty entry. Causes problems.