1
0
forked from aniani/vim

Improvements for :find completion.

This commit is contained in:
Bram Moolenaar
2010-08-12 21:50:51 +02:00
parent d7b734a493
commit 0be992e347
4 changed files with 184 additions and 98 deletions

View File

@@ -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 "./".