diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-08 18:17:52 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-08 18:17:52 +0200 |
commit | 463ee340d065dab803b9bd459fc5827adb6fcc64 (patch) | |
tree | 85b650def3731cad4f1e41203c9ba4668c1ead3a /runtime/doc | |
parent | 09092155a66388bbd7be8d16debb35abfcfae700 (diff) | |
download | vim-git-463ee340d065dab803b9bd459fc5827adb6fcc64.tar.gz |
Fix: 'suffixesadd' was used for finding tags file.
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/todo.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index f10ee6943..ae8ef6945 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -1,4 +1,4 @@ -*todo.txt* For Vim version 7.3e. Last change: 2010 Aug 07 +*todo.txt* For Vim version 7.3e. Last change: 2010 Aug 08 VIM REFERENCE MANUAL by Bram Moolenaar @@ -33,9 +33,6 @@ be worked on, but only if you sponsor Vim development. See |sponsor|. Before release 7.3: - Rename vim73 branch to default (hints: Xavier de Gaye, 2010 May 23) -Bug: searching for tags file uses 'suffixesadd', should not happen. (Dominique -Pelle, 2010 June 28) - Bug: E685 error for func_unref(). (ZyX, 2010 Aug 5) When directory "/tmp/tags" contains "tags1" and "tags2", setting 'tags' to @@ -44,6 +41,9 @@ When directory "/tmp/tags" contains "tags1" and "tags2", setting 'tags' to ":command Print echo 'print'" works, but ":Print" doesn't. Builtin Print should be overruled. (Aaron Thoma) +GTK: drawing a double-width combining character over single-width characters +doesn't look right. (Dominique Pelle, 2010 Aug 8) + Editing a file with a ^M with 'ff' set to "mac", opening a help file, then the ^M is displayed as ^J sometimes. Getting 'ff' value from wrong window/buffer? |