Christian Brabandt wrote:
> 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=3D1 -bang -complete=3Dcustomlist,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 I'll include it, thanks. -- Why don't cannibals eat clowns? Because they taste funny. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ download, build and distribute -- http://www.A-A-P.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
