diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-12 21:50:51 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-12 21:50:51 +0200 |
commit | 0be992e3476ff9df8b7d565042432970f56d7b7e (patch) | |
tree | c043d06bbf15669c9c9b1bcb297dcfd87b948a4f /runtime/doc/todo.txt | |
parent | d7b734a49364df78c2d246efa1bb6cd1e7595474 (diff) | |
download | vim-git-0be992e3476ff9df8b7d565042432970f56d7b7e.tar.gz |
Improvements for :find completion.
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r-- | runtime/doc/todo.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 94dcfdede..642f52fc1 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -1,4 +1,4 @@ -*todo.txt* For Vim version 7.3f. Last change: 2010 Aug 10 +*todo.txt* For Vim version 7.3f. Last change: 2010 Aug 12 VIM REFERENCE MANUAL by Bram Moolenaar @@ -32,6 +32,8 @@ be worked on, but only if you sponsor Vim development. See |sponsor|. 'cursorline' stops too early in a help file, caused by conceal feature. +Have a close look at :find completion, anything that could be wrong? + Test 73 fails on MS-Windows when compiled with DJGPP. :find completion with 'path' set to "./**" results in full path for "./subdir/file", should shorten to start with "./". |