diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-25 22:30:20 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-25 22:30:20 +0200 |
commit | f82bac371703d25bf94d3a91bc68413d3f734be7 (patch) | |
tree | 0fa848c2b5c02f01267d27ceb1cdcca23b361dfd /runtime/doc | |
parent | c3301874a66e2b4377fb2dc238e5d07426a25c1c (diff) | |
download | vim-git-f82bac371703d25bf94d3a91bc68413d3f734be7.tar.gz |
Fix: terminal title not properly restured when there are multi-byte
characters. (partly by James Vega)
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/todo.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 470de065e..e6f5883f6 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -30,11 +30,7 @@ be worked on, but only if you sponsor Vim development. See |sponsor|. *known-bugs* -------------------- Known bugs and current work ----------------------- -Restoring terminal title in gnome-terminal causes a beep. Saved value -contains garbage? Ukranian language characters. 'enc' and 'tenc' are utf-8. -(Anatoli Sakhnik, 2010 Jul 24) -Using ":set titlestring=abc" with non-ascii characters also fails. -Patch by James Vega, 2010 Jul 25. +Access to free memory with :redir command. (Dominique Pelle, 2010 Jul 25) Patch for :find completion. (Nazri Ramliy) But I prefer to keep term.h and include/term.h Nazri will work on it. |