diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-01-23 22:30:28 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-01-23 22:30:28 +0000 |
commit | 7df351eb8aecf8e542c7ebecc4ec734107a8aacb (patch) | |
tree | 84346fa33458434296592b3f8c7987e6b94514fb /runtime/doc/todo.txt | |
parent | 09df3127f43aa9804e077726ac1bf17cb9e2c85f (diff) | |
download | vim-git-7.0186.tar.gz |
updated for version 7.0186v7.0186
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r-- | runtime/doc/todo.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 01f88e83e..aa6e2fe3c 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -1,4 +1,4 @@ -*todo.txt* For Vim version 7.0aa. Last change: 2006 Jan 22 +*todo.txt* For Vim version 7.0aa. Last change: 2006 Jan 23 VIM REFERENCE MANUAL by Bram Moolenaar @@ -30,8 +30,12 @@ be worked on, but only if you sponsor Vim development. See |sponsor|. *known-bugs* -------------------- Known bugs and current work ----------------------- +When ":silent" is used mode message is (should) not be displayed. Thus don't +set clear_cmdline to clear it. Use separate flag to remember whether mode is +currently displayed (and needs to be cleared). + + ccomplete: -- When using page-up/page-down in menu it sometimes jumps more than a page. - When an option is set: In completion mode and the user types (identifier) characters, advance to the first match instead of removing the popup menu. If there is no match remove the selection. (Yegappan Lakshmanan) |