diff runtime/doc/todo.txt @ 13967:acc62d455f90

Runtime file and translation updates. commit https://github.com/vim/vim/commit/2f01889055f14842c1d4f9abd91139fc6bd95f15 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 18 18:12:06 2018 +0200 Runtime file and translation updates.
author Christian Brabandt <cb@256bit.org>
date Fri, 18 May 2018 18:15:06 +0200
parents 1174611ad715
children 665fe1f419b0
line wrap: on
line diff
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -39,9 +39,10 @@ browser use: https://github.com/vim/vim/
 -------------------- Known bugs and current work -----------------------
 
 Terminal emulator window:
-- Win32: Termdebug doesn't work, because gdb does not support mi2.  This
-  plugin: https://github.com/cpiger/NeoDebug  runs gdb as a job, redirecting
-  input and output.  Command I/O is in gdb window.
+- Win32: Termdebug doesn't work, because gdb does not support mi2.
+  This plugin: https://github.com/cpiger/NeoDebug  runs gdb as a job,
+  redirecting input and output.
+  Open new console for for program with: "set new-console on"
 - Win32: Redirecting input does not work, half of Test_terminal_redir_file()
   is disabled.
 - Win32: Redirecting output works but includes escape sequences.
@@ -65,6 +66,8 @@ Patch to refactor efm_to_regpat(). (Yega
 Crash when mixing matchadd and substitute()? (Max Christian Pohle, 2018 May
 13, #2910)  Can't reproduce?
 
+Deprecate using  has("patch213")  always include the version number.
+
 On Win32 when not in the console and t_Co >= 256, allow using 'tgc'.
 (Nobuhiro Takasaki, #2833)  Also check t_Co.