Re: Patch 7.4.654

2015-03-06 Fir de Conversatie Bram Moolenaar
I wrote: > Manuel Ortega wrote: > > > On Thu, Mar 5, 2015 at 1:35 PM, Bram Moolenaar wrote: > > > > > > > > Patch 7.4.654 > > > Problem:glob() and globpath() cannot include links to non-existing > > > files. > > >

Re: Patch 7.4.654

2015-03-05 Fir de Conversatie Bram Moolenaar
Manuel Ortega wrote: > On Thu, Mar 5, 2015 at 1:35 PM, Bram Moolenaar wrote: > > > > > Patch 7.4.654 > > Problem:glob() and globpath() cannot include links to non-existing > > files. > > (Charles Campbell) > > Solution: Add an argumen

Re: Patch 7.4.654

2015-03-05 Fir de Conversatie Manuel Ortega
On Thu, Mar 5, 2015 at 1:35 PM, Bram Moolenaar wrote: > > Patch 7.4.654 > Problem:glob() and globpath() cannot include links to non-existing > files. > (Charles Campbell) > Solution: Add an argument to include all links with glob(). (James McCoy) >

Patch 7.4.654

2015-03-05 Fir de Conversatie Bram Moolenaar
Patch 7.4.654 Problem:glob() and globpath() cannot include links to non-existing files. (Charles Campbell) Solution: Add an argument to include all links with glob(). (James McCoy) Also for globpath(). Files: src/vim.h, src/eval.c, src/ex_getln.c *** ../vim