diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-09-12 14:24:39 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-09-12 14:24:39 +0200 |
commit | bb76f24af2010943387ce696a7092175b4ecccf2 (patch) | |
tree | db3bf4e8389e19ed8fe6d6634d58462e898e69d6 /runtime/doc/todo.txt | |
parent | edeb846c1f04a49466992077eaea3396838bf4fd (diff) | |
download | vim-git-bb76f24af2010943387ce696a7092175b4ecccf2.tar.gz |
Vim 8.0 releasev8.0.0000
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r-- | runtime/doc/todo.txt | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index e7fc59380..e7a77a0dc 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -1,4 +1,4 @@ -*todo.txt* For Vim version 7.4. Last change: 2016 Sep 11 +*todo.txt* For Vim version 8.0. Last change: 2016 Sep 12 VIM REFERENCE MANUAL by Bram Moolenaar @@ -34,9 +34,13 @@ not be repeated below, unless there is extra information. *known-bugs* -------------------- Known bugs and current work ----------------------- +After 8.0 is released: +- Drop support for older MS-Windows systems, before XP. + Patch from Ken Takata, 2016 Mar 8. + +channel: - channel_wait() may return an error while there is still something to read. - Perhaps try to read once? + Perhaps try to read once more? - 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. @@ -52,7 +56,6 @@ not be repeated below, unless there is extra information. Feb 9) How to do this on MS-Windows? - For connection to server, a "keep open" flag would be useful. Retry connecting in the main loop with zero timeout. -Later - job_start(): run job in a newly opened terminal. With xterm could use -S{pty}. @@ -227,10 +230,6 @@ McCoy, 2016 Sept 6, #1046) Patch to improve indenting for C++ constructor with initializer list. (Hirohito Higashi, 2016 Mar 31) -After 8.0 is released: -- Drop support for older MS-Windows systems, before XP. - Patch from Ken Takata, 2016 Mar 8. - Add stronger encryption. Could use libsodium (NaCl). https://github.com/jedisct1/libsodium/ Possibly include the needed code so that it can be build everywhere. |