comparison runtime/doc/todo.txt @ 18878:ef90e5bbb971

Minor runtime file updates. Commit: https://github.com/vim/vim/commit/469bdbde1e8ea8110705327ab193acca79296742 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 11 23:05:48 2019 +0100 Minor runtime file updates.
author Bram Moolenaar <Bram@vim.org>
date Wed, 11 Dec 2019 23:15:04 +0100
parents 70ce979e76bc
children af69c9335223
comparison
equal deleted inserted replaced
18877:b56a6c6d1772 18878:ef90e5bbb971
1 *todo.txt* For Vim version 8.1. Last change: 2019 Dec 08 1 *todo.txt* For Vim version 8.1. Last change: 2019 Dec 11
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
118 E453, E454, E460, E489, E491, E565, E578, E610, E611, E653, 118 E453, E454, E460, E489, E491, E565, E578, E610, E611, E653,
119 E654, E856, E857, E860, E861, E863, E889, E900 119 E654, E856, E857, E860, E861, E863, E889, E900
120 120
121 Patch to move duplicated code to a function. (Yegappan Lakshmanan, #5330) 121 Patch to move duplicated code to a function. (Yegappan Lakshmanan, #5330)
122 122
123 Patch to use more FOR_ALL_ macros and use them. (Yegappan Lakshmanan, #5339)
124
123 Running test_gui and test_gui_init with Motif sometimes kills the window 125 Running test_gui and test_gui_init with Motif sometimes kills the window
124 manager. Problem with Motif? Now test_gui crashes in submenu_change(). 126 manager. Problem with Motif? Now test_gui crashes in submenu_change().
125 Athena is OK. 127 Athena is OK.
126 Motif: Build on Ubuntu can't enter any text in dialog text fields. 128 Motif: Build on Ubuntu can't enter any text in dialog text fields.
127 129
128 Patch to properly break CJK lines: Anton Kochkov, #3875 130 Patch to properly break CJK lines: Anton Kochkov, #3875
129 Flag in 'formatoptions' is not used in the tests. 131 Flag in 'formatoptions' is not used in the tests.
132
133 Patch to add 'vtp' option. (#5344)
134 Needs better docs. Is there a better name?
130 135
131 undo result wrong: Masato Nishihata, #4798 136 undo result wrong: Masato Nishihata, #4798
132 137
133 Undo puts cursor in wrong line after "cG<Esc>" undo. 138 Undo puts cursor in wrong line after "cG<Esc>" undo.
134 139