comparison runtime/doc/todo.txt @ 10319:169a62d5bcb9

commit https://github.com/vim/vim/commit/b4ada79aa7d0d1e5da3a659b1a203d7cae9f7f59 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 30 21:55:26 2016 +0100 Runtime file updates.
author Christian Brabandt <cb@256bit.org>
date Sun, 30 Oct 2016 22:00:04 +0100
parents d75e2380db0e
children c78513465e6e
comparison
equal deleted inserted replaced
10318:a0279bd5d079 10319:169a62d5bcb9
33 33
34 *known-bugs* 34 *known-bugs*
35 -------------------- Known bugs and current work ----------------------- 35 -------------------- Known bugs and current work -----------------------
36 36
37 +channel: 37 +channel:
38 - Check for job cleanup more often? Patch from Ozaki Kiichi, 2016 Oct 22.
39 - Problem with stderr on Windows? (Vincent Rischmann, 2016 Aug 31, #1026) 38 - Problem with stderr on Windows? (Vincent Rischmann, 2016 Aug 31, #1026)
40 - Add 'cwd' argument to start_job(): directory to change to in the child. 39 - Add 'cwd' argument to start_job(): directory to change to in the child.
41 check for valid directory before forking. 40 check for valid directory before forking.
42 Part of patch for environment, Yasuhiro Matsumoto, #1160 41 Part of patch for environment, Yasuhiro Matsumoto, #1160
43 - Implement |job-term| ? 42 - Implement |job-term| ?
108 Or avoid recursiveness. 107 Or avoid recursiveness.
109 108
110 Allow using json with empty key? Dict already has it. 109 Allow using json with empty key? Dict already has it.
111 110
112 Json string with trailing \u should be an error. (Lcd) 111 Json string with trailing \u should be an error. (Lcd)
113
114 Patch to fix conceal mode. (Christian Brabandt, 2016 Oct 23, close #1092)
115 112
116 Patch to reset ex_exitvalue after catch. (Christian Brabandt, 2016 Oct 23) 113 Patch to reset ex_exitvalue after catch. (Christian Brabandt, 2016 Oct 23)
117 114
118 Patch to deal with changed configure events in GTK 3. (Jan Alexander Steffens, 115 Patch to deal with changed configure events in GTK 3. (Jan Alexander Steffens,
119 2016 Oct 23 #1193) 116 2016 Oct 23 #1193)