diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-12-11 23:05:48 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-12-11 23:05:48 +0100 |
commit | 469bdbde1e8ea8110705327ab193acca79296742 (patch) | |
tree | 2acc911d913510f0766ae9212ed659151ebf83ce /runtime/doc/todo.txt | |
parent | 36698e34aacee4186e6f5f87f431626752fcb337 (diff) | |
download | vim-git-469bdbde1e8ea8110705327ab193acca79296742.tar.gz |
Minor runtime file updates.
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r-- | runtime/doc/todo.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index cf2cc80b0..52b2d7f5f 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -1,4 +1,4 @@ -*todo.txt* For Vim version 8.1. Last change: 2019 Dec 08 +*todo.txt* For Vim version 8.1. Last change: 2019 Dec 11 VIM REFERENCE MANUAL by Bram Moolenaar @@ -120,6 +120,8 @@ E654, E856, E857, E860, E861, E863, E889, E900 Patch to move duplicated code to a function. (Yegappan Lakshmanan, #5330) +Patch to use more FOR_ALL_ macros and use them. (Yegappan Lakshmanan, #5339) + Running test_gui and test_gui_init with Motif sometimes kills the window manager. Problem with Motif? Now test_gui crashes in submenu_change(). Athena is OK. @@ -128,6 +130,9 @@ Motif: Build on Ubuntu can't enter any text in dialog text fields. Patch to properly break CJK lines: Anton Kochkov, #3875 Flag in 'formatoptions' is not used in the tests. +Patch to add 'vtp' option. (#5344) +Needs better docs. Is there a better name? + undo result wrong: Masato Nishihata, #4798 Undo puts cursor in wrong line after "cG<Esc>" undo. |