comparison runtime/doc/todo.txt @ 10228:8a1481e59d64

commit https://github.com/vim/vim/commit/3e496b0ea31996b665824f45664dee1fdd73c4d0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 25 22:11:48 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Sun, 25 Sep 2016 22:15:04 +0200
parents 584c835a2de1
children 876fbdd84e52
comparison
equal deleted inserted replaced
10227:3c984cfd5293 10228:8a1481e59d64
1 *todo.txt* For Vim version 8.0. Last change: 2016 Sep 22 1 *todo.txt* For Vim version 8.0. Last change: 2016 Sep 25
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
32 not be repeated below, unless there is extra information. 32 not be repeated below, unless there is extra information.
33 33
34 *known-bugs* 34 *known-bugs*
35 -------------------- Known bugs and current work ----------------------- 35 -------------------- Known bugs and current work -----------------------
36 36
37 Ukrainian translations (Anatolii Sakhnik, 2016 Sep 15) 37 Move test71 tests to test_crypt.
38
39 Netbeans test fails with Python 3. (jonathon, 2016 Sep 13, #1070)
40
41 Revert 7.4.990? (Christian Brabandt, 2016 Sep 16)
42
43 Update for ratpoison (Magnus Woldrich, 2016 Sep 15)
44
45 Crash when editing file with only encryption header. (igor2x, 2016 Sep 18,
46 #1096) Patch by Christian, Sep 22.
47 38
48 Idea from Sven: record sequence of keys. Useful to show others what they are 39 Idea from Sven: record sequence of keys. Useful to show others what they are
49 doing (look over the shoulder), and also to see what happened. 40 doing (look over the shoulder), and also to see what happened.
50 Probably list of keystrokes, with some annotations for mode changes. 41 Probably list of keystrokes, with some annotations for mode changes.
51 Could store in logfile to be able to analyise it with an external command. 42 Could store in logfile to be able to analyise it with an external command.
52 E.g. to see when's the last time a plugin command was used. 43 E.g. to see when's the last time a plugin command was used.
53 44
54 Patch for typos. (Matthew Brener, 2016 Sep 16, #1088) 45 Patch for typos. (Matthew Brener, 2016 Sep 16, #1088)
46 Lots of its to it's.
55 47
56 After 8.0 is released: 48 After 8.0 is released:
57 - Drop support for older MS-Windows systems, before XP. 49 - Drop support for older MS-Windows systems, before XP.
58 Patch from Ken Takata, updated 2016 Sep 12. 50 Patch from Ken Takata, updated 2016 Sep 12.
59 51
60 +channel: 52 +channel:
61 - channel_wait() may return an error while there is still something to read. 53 - channel_wait() may return an error while there is still something to read.
62 Perhaps try to read once more? 54 Perhaps try to read once more?
63 Possibly reproduced by Santiago Alejandro Agüero, 2016 Sep 12, 13. 55 Possibly reproduced by Santiago Alejandro Agüero, 2016 Sep 12, 13.
64 Apparently select() returns an error while reading could work. 56 Apparently select() returns an error while reading could work.
57 Another example from Daniel Hahler, Sep 24.
65 - Problem with stderr on Windows? (Vincent Rischmann, 2016 Aug 31, #1026) 58 - Problem with stderr on Windows? (Vincent Rischmann, 2016 Aug 31, #1026)
66 - Add 'cwd' argument to start_job(): directory to change to in the child. 59 - Add 'cwd' argument to start_job(): directory to change to in the child.
67 check for valid directory before forking. 60 check for valid directory before forking.
68 - Implement |job-term| ? 61 - Implement |job-term| ?
69 - Channel test fails with Motif. Sometimes kills the X11 server. 62 - Channel test fails with Motif. Sometimes kills the X11 server.
154 Use ADDR_OTHER instead of ADDR_LINES for many more commands. 147 Use ADDR_OTHER instead of ADDR_LINES for many more commands.
155 Add tests for using number larger than number of lines in buffer. 148 Add tests for using number larger than number of lines in buffer.
156 149
157 Invalid behavior with NULL list. (Nikolai Pavlov, #768) 150 Invalid behavior with NULL list. (Nikolai Pavlov, #768)
158 E.g. deepcopy(test_null_list()) 151 E.g. deepcopy(test_null_list())
152
153 Patch to make it possible to extend a list with itself.
154 (Nikolai Pavlov, 2016 Sep 23)
159 155
160 min() and max() spawn lots of error messages if sorted list/dictionary 156 min() and max() spawn lots of error messages if sorted list/dictionary
161 contains invalid data (Nikolay Pavlov, 2016 Sep 4, #1039) 157 contains invalid data (Nikolay Pavlov, 2016 Sep 4, #1039)
162 158
163 Problem with whitespace in errorformat. (Gerd Wachsmuth, 2016 May 15, #807) 159 Problem with whitespace in errorformat. (Gerd Wachsmuth, 2016 May 15, #807)