comparison 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
comparison
equal deleted inserted replaced
13966:13f90ef5546a 13967:acc62d455f90
37 37
38 *known-bugs* 38 *known-bugs*
39 -------------------- Known bugs and current work ----------------------- 39 -------------------- Known bugs and current work -----------------------
40 40
41 Terminal emulator window: 41 Terminal emulator window:
42 - Win32: Termdebug doesn't work, because gdb does not support mi2. This 42 - Win32: Termdebug doesn't work, because gdb does not support mi2.
43 plugin: https://github.com/cpiger/NeoDebug runs gdb as a job, redirecting 43 This plugin: https://github.com/cpiger/NeoDebug runs gdb as a job,
44 input and output. Command I/O is in gdb window. 44 redirecting input and output.
45 Open new console for for program with: "set new-console on"
45 - Win32: Redirecting input does not work, half of Test_terminal_redir_file() 46 - Win32: Redirecting input does not work, half of Test_terminal_redir_file()
46 is disabled. 47 is disabled.
47 - Win32: Redirecting output works but includes escape sequences. 48 - Win32: Redirecting output works but includes escape sequences.
48 - Win32: Make terminal used for :!cmd in the GUI work better. Allow for 49 - Win32: Make terminal used for :!cmd in the GUI work better. Allow for
49 redirection. 50 redirection.
62 63
63 Patch to refactor efm_to_regpat(). (Yegappan Lakshmanan, 2018 May 16, #2924) 64 Patch to refactor efm_to_regpat(). (Yegappan Lakshmanan, 2018 May 16, #2924)
64 65
65 Crash when mixing matchadd and substitute()? (Max Christian Pohle, 2018 May 66 Crash when mixing matchadd and substitute()? (Max Christian Pohle, 2018 May
66 13, #2910) Can't reproduce? 67 13, #2910) Can't reproduce?
68
69 Deprecate using has("patch213") always include the version number.
67 70
68 On Win32 when not in the console and t_Co >= 256, allow using 'tgc'. 71 On Win32 when not in the console and t_Co >= 256, allow using 'tgc'.
69 (Nobuhiro Takasaki, #2833) Also check t_Co. 72 (Nobuhiro Takasaki, #2833) Also check t_Co.
70 73
71 balloon_show() does not work properly in the terminal. (Ben Jackson, 2017 Dec 74 balloon_show() does not work properly in the terminal. (Ben Jackson, 2017 Dec