summaryrefslogtreecommitdiff
path: root/runtime/doc/todo.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-05-18 18:12:06 +0200
committerBram Moolenaar <Bram@vim.org>2018-05-18 18:12:06 +0200
commit2f01889055f14842c1d4f9abd91139fc6bd95f15 (patch)
tree20bc06b776e528965746a06b82fd02609de35e2d /runtime/doc/todo.txt
parent00e45563384de01949b9c4df9155424604887b33 (diff)
downloadvim-git-2f01889055f14842c1d4f9abd91139fc6bd95f15.tar.gz
Runtime file and translation updates.
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r--runtime/doc/todo.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index eda14bc73..13ab3551a 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -39,9 +39,10 @@ browser use: https://github.com/vim/vim/issues/1234
-------------------- 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(). (Yegappan Lakshmanan, 2018 May 16, #2924)
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.