summaryrefslogtreecommitdiffstats
path: root/runtime/doc/todo.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-10-12 23:08:06 +0200
committerBram Moolenaar <Bram@vim.org>2016-10-12 23:08:06 +0200
commit4575876dc865d4160f20d61bd822fbe7cafbec41 (patch)
treeeaad797a8552786648c275f4928a4ecc960a34dc /runtime/doc/todo.txt
parent3e8474dd50f64c998bb665ce852f584a58dede6b (diff)
Updated runtime files.
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r--runtime/doc/todo.txt10
1 files changed, 2 insertions, 8 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index e966361e77..736c5412b4 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -38,6 +38,7 @@ not be repeated below, unless there is extra information.
- Problem with stderr on Windows? (Vincent Rischmann, 2016 Aug 31, #1026)
- Add 'cwd' argument to start_job(): directory to change to in the child.
check for valid directory before forking.
+ Part of patch for environment, Yasuhiro Matsumoto, #1160
- Implement |job-term| ?
- Channel test fails with Motif. Sometimes kills the X11 server.
- When a message in the queue but there is no callback, drop it after a while?
@@ -104,20 +105,13 @@ Or avoid recursiveness.
Error in test_startup_utf8 on Solaris. (Danek Duvall, 2016 Aug 17)
-Patch to recognize tmux. (Michael Henry, 2016 Sep 29)
-
Patch to fix escaping of job arguments. (Yasuhiro Matsumoto, 2016 Oct 5)
+Still not right.
Once .exe with updated installer is available: Add remark to download page
about /S and /D options (Ken Takata, 2016 Apr 13)
Or point to nightly builds: https://github.com/vim/vim-win32-installer/releases
-Javascript indent wrong after /* in single quoted string:
- var SRC = 'src/*.js';
- function log(tag) {
- a = b;
- }
-
Problem passing non-UTF-8 strings to Python 3. (Björn Linse, 2016 Sep 11,
#1053) With patch, does it work?