C:\temp>diff -Nu map.txt.old map.txt.new
--- map.txt.old Wed Nov 04 09:13:03 2009
+++ map.txt.new Wed Nov 04 09:14:17 2009
@@ -1263,7 +1263,7 @@
:com -nargs=1 -bang -complete=customlist,EditFileComplete
\ EditFile edit<bang> <args>
:fun EditFileComplete(A,L,P)
- : return split(globpath(&path, a:ArgLead), "\n")
+ : return split(globpath(&path, a:A), "\n")
:endfun
<
map.txt is this version (available at the ftp site):
*map.txt* For Vim version 7.2. Last change: 2009 Oct 14
regards,
Christian
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---