|
1 | | -*todo.txt* For Vim version 8.0. Last change: 2016 Sep 12 |
| 1 | +*todo.txt* For Vim version 8.0. Last change: 2016 Sep 16 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -34,13 +34,19 @@ not be repeated below, unless there is extra information. |
34 | 34 | *known-bugs* |
35 | 35 | -------------------- Known bugs and current work ----------------------- |
36 | 36 |
|
| 37 | +Netbeans test fails with Python 3. (jonathon, 2016 Sep 13, #1070) |
| 38 | + |
| 39 | +Revert 7.4.990? (Christian Brabandt, 2016 Sep 16) |
| 40 | + |
37 | 41 | After 8.0 is released: |
38 | 42 | - Drop support for older MS-Windows systems, before XP. |
39 | | - Patch from Ken Takata, 2016 Mar 8. |
| 43 | + Patch from Ken Takata, updated 2016 Sep 12. |
40 | 44 |
|
41 | 45 | +channel: |
42 | 46 | - channel_wait() may return an error while there is still something to read. |
43 | 47 | Perhaps try to read once more? |
| 48 | + Possibly reproduced by Santiago Alejandro Agüero, 2016 Sep 12, 13. |
| 49 | + Apparently select() returns an error while reading could work. |
44 | 50 | - Problem with stderr on Windows? (Vincent Rischmann, 2016 Aug 31, #1026) |
45 | 51 | - Add 'cwd' argument to start_job(): directory to change to in the child. |
46 | 52 | check for valid directory before forking. |
@@ -142,6 +148,9 @@ sort() is not stable when using numeric/float sort (Nikolay Pavlov, 2016 Sep |
142 | 148 |
|
143 | 149 | cmap using execute() has side effects. (Killthemule, 2016 Aug 17, #983) |
144 | 150 |
|
| 151 | +When using ":diffput" through a mapping, undo in the target buffer isn't |
| 152 | +synced. (Ryan Carney, 2016 Sep 14) |
| 153 | + |
145 | 154 | Syntax highlighting for messages with RFC3339 timestamp (#946) |
146 | 155 | Did maintainer reply? |
147 | 156 |
|
@@ -183,6 +192,11 @@ Patch for syntax folding optimization. (Shougo, 2016 Sep 6, #1045) |
183 | 192 | Patch for restoring wide characters in the console buffer. |
184 | 193 | (Ken Takata, 2016 Jun 7) |
185 | 194 |
|
| 195 | +Patch for drag&drop reordering of GUI tab pages reordering. |
| 196 | +(Ken Takata, 2013 Nov 22, second one, also by Masamichi Abe) |
| 197 | +Now on Git: https://gist.github.com/nocd5/165286495c782b815b94 |
| 198 | +Update 2016 Aug 10. |
| 199 | + |
186 | 200 | We can use '. to go to the last change in the current buffer, but how about |
187 | 201 | the last change in any buffer? Can we use ', (, is next to .)? |
188 | 202 |
|
@@ -225,7 +239,7 @@ Neovim patch for utfc_ptr2char_len() https://github.com/neovim/neovim/pull/4574 |
225 | 239 | No test, needs some work to include. |
226 | 240 |
|
227 | 241 | Patch to make finding duplicate tags much faster, using a hashtab. (James |
228 | | -McCoy, 2016 Sept 6, #1046) |
| 242 | +McCoy, 2016 Sept 14, #1046) Should work now. |
229 | 243 | > |
230 | 244 | Patch to improve indenting for C++ constructor with initializer list. |
231 | 245 | (Hirohito Higashi, 2016 Mar 31) |
@@ -261,6 +275,9 @@ Can already do it with ":$put =execute('command')". |
261 | 275 | When repeating the 'confirm' dialog one needs to press Enter. (ds26gte, 2016 |
262 | 276 | Apr 17) #762 |
263 | 277 |
|
| 278 | +exists(":tearoff") does not tell you if the command is implemented. (Tony |
| 279 | +Mechelynck) Perhaps use exists("::tearoff") to check? |
| 280 | + |
264 | 281 | Use vim.vim syntax highlighting for help file examples, but without ":" in |
265 | 282 | 'iskeyword' for syntax. |
266 | 283 |
|
@@ -520,11 +537,6 @@ OK to not block marks? |
520 | 537 |
|
521 | 538 | Mixup of highlighting when there is a match and SpellBad. (ZyX, 2015 Jan 1) |
522 | 539 |
|
523 | | -Patch for drag&drop reordering of GUI tab pages reordering. |
524 | | -(Ken Takata, 2013 Nov 22, second one, also by Masamichi Abe) |
525 | | -Now on Git: https://gist.github.com/nocd5/165286495c782b815b94 |
526 | | -Update 2016 Aug 10. |
527 | | - |
528 | 540 | Patch on Issue 72: 'autochdir' causes problems for :vimgrep. |
529 | 541 |
|
530 | 542 | When 'balloonexpr' returns a list the result has a trailing newline. |
|
0 commit comments