diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-07 15:46:45 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-07 15:46:45 +0200 |
commit | 706e84b3ea8712835117a23cec407377730c9785 (patch) | |
tree | 7335a9450fb29cfb4bb03b8a1f1d200227709807 /runtime/doc | |
parent | 311dc17d960689b72fd0d2bcda12b728531557f6 (diff) | |
download | vim-git-706e84b3ea8712835117a23cec407377730c9785.tar.gz |
Fix: with newer GTK versions accented characters were drawn too much to the
left.
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/todo.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 120b88d16..9c0043945 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -45,9 +45,6 @@ Patch to make more characters work in dialogs. (Yankwei Jia, 2010 Aug 4) Should readfile() ignore BOM when not in binary mode? -GTK: accented characters are drawn one character too much to the left. (Boyko -Bantchev, 2010 Aug 5) - Bug: searching for tags file uses 'suffixesadd', should not happen. (Dominique Pelle, 2010 June 28) |