diff runtime/doc/todo.txt @ 10140:b11ceef7116e

commit https://github.com/vim/vim/commit/64d8e25bf6efe5f18b032563521c3ce278c316ab Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 6 22:12:34 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Tue, 06 Sep 2016 22:15:08 +0200
parents 46763b01cd9a
children 715d6c5707b8
line wrap: on
line diff
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1,4 +1,4 @@
-*todo.txt*      For Vim version 7.4.  Last change: 2016 Aug 31
+*todo.txt*      For Vim version 7.4.  Last change: 2016 Sep 06
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -34,34 +34,20 @@ not be repeated below, unless there is e
 							*known-bugs*
 -------------------- Known bugs and current work -----------------------
 
+Invalid memory access in do_pending_operator. (Dominique, 2016 Sep 5)
+
+test_autocmd fails when run directly, passes when run through test_alot.
+
 Make ":filter" work with more commands.
 Search for: msg_putchar('\n')
 
-Try building with $SHADOWDIR
-
-Test_sign_completion() fails on MS-Windows (console and GUI)  Completion
-doesn't have both tb_paste.xpm and tb_print.xpm but "tb_p".  Different default
-options?
-
-Patch to trigger autocommands for :cexpr etc. (Yegappan, Aug 30, #1021)
-
-Test_nb_basic() fails on MS-Windows GUI. line 12: Expected 2 but got 1.
-line 13: Expected 20 but got 1.
-
-Figure out building with Ruby on MS-Windows.
-
-Problem with 'incsearch'. (Mike Williams, 2016 Aug 31)
-
-:cexpr doesn't trigger QuickFixCmdPost. (Mathias Stearn, 2016 Aug 29, #1021)
-Needs documentation. (Yegappan)
-
-Patch to convert test_marks to new style. (Yegappan, 2016 Aug 28, 2 msg)
-
-Patch to make it possible to define a test but skip it, by throwing an
-exception. (Christian Brabandt, 2016 Aug 30)
-
 +channel:
+- option to not put "Reading from channel" in the buffer.
 - Add 'cwd' argument: directory to change to in the child.
+    check for valid directory before forking.
+- channel_wait() may return an error while there is still something to read.
+  Perhaps try to read once?
+- Problem with stderr on Windows? (Vincent Rischmann, 2016 Aug 31, #1026)
 - 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?
@@ -157,12 +143,18 @@ Invalid behavior with NULL list. (Nikola
 For current Windows build .pdb file is missing. (Gabriele Fava, 2016 May 11)
 5)
 
+min() and max() spawn lots of error messages if sorted list/dictionary
+contains invalid data (Nikolay Pavlov, 2016 Sep 4, #1039)
+
 Patch to fix compiler warning with gtk3. (Kazunobu Kuriyama, 2016 Aug 24)
 
 Problem with whitespace in errorformat. (Gerd Wachsmuth, 2016 May 15, #807)
 
 Undo problem: "g-" doesn't go back, gets stuck. (Björn Linse, 2016 Jul 18)
 
+sort() is not stable when using numeric/float sort (Nikolay Pavlov, 2016 Sep
+4#1038)
+
 cmap using execute() has side effects. (Killthemule, 2016 Aug 17, #983)
 
 Syntax highlighting for messages with RFC3339 timestamp (#946)
@@ -197,8 +189,12 @@ This does not work: :set cscopequickfix=
 
 Possibly wrong value for seq_cur. (Florent Fayolle, 2016 May 15, #806)
 
+Filetype plugin for awk. (Doug Kearns, 2016 Sep 5)
+
 Patch to improve map documentation. Issue #799.
 
+Patch for syntax folding optimization. (Shougo, 2016 Sep 6, #1045)
+
 Patch for restoring wide characters in the console buffer.
 (Ken Takata, 2016 Jun 7)
 
@@ -242,6 +238,9 @@ Add redrawtabline command. (Naruhiko Nis
 
 Neovim patch for utfc_ptr2char_len() https://github.com/neovim/neovim/pull/4574
 No test, needs some work to include.
+
+Patch to make finding duplicate tags much faster, using a hashtab. (James
+McCoy, 2016 Sept 6, #1046)
 >
 Patch to improve indenting for C++ constructor with initializer list.
 (Hirohito Higashi, 2016 Mar 31)