Re: Patch 7.0.096

2006-09-12 Thread A.J.Mechelynck
Hari Krishna Dara wrote: [...] Yes, that is what I am doing. Is fnamemodify() an expensive operation involving OS calls? From the description of what it does, fnamemodify() _seems_ to involve only string manipulation, possibly checking $HOME and/or the current window's current directory

Re: Patch 7.0.096

2006-09-12 Thread Bram Moolenaar
Hari Krishna Dara wrote: I could always explicitly do a fnamemodify() on each of the files, so it is not a big deal, but I am wondering how efficient fnamemodify() is, if it involves simple string manipulation or OS calls. Normally relative file names work just fine. If you need

Re: Patch 7.0.096

2006-09-12 Thread Hari Krishna Dara
On Tue, 12 Sep 2006 at 1:56pm, A.J.Mechelynck wrote: Hari Krishna Dara wrote: [...] Yes, that is what I am doing. Is fnamemodify() an expensive operation involving OS calls? From the description of what it does, fnamemodify() _seems_ to involve only string manipulation, possibly

Re: Patch 7.0.096

2006-09-11 Thread Bram Moolenaar
Hari Krishna Dara wrote: On Sun, 10 Sep 2006 at 1:56pm, Bram Moolenaar wrote: Patch 7.0.096 Problem:taglist() returns the filename relative to the tags file, while the directory of the tags file is unknown. (Hari Krishna Dara) Solution: Expand the file name. (Yegappan

Re: Patch 7.0.096

2006-09-11 Thread Hari Krishna Dara
On Mon, 11 Sep 2006 at 6:20pm, Bram Moolenaar wrote: Hari Krishna Dara wrote: On Sun, 10 Sep 2006 at 1:56pm, Bram Moolenaar wrote: Patch 7.0.096 Problem:taglist() returns the filename relative to the tags file, while the directory of the tags file is unknown. (Hari

Patch 7.0.096

2006-09-10 Thread Bram Moolenaar
Patch 7.0.096 Problem:taglist() returns the filename relative to the tags file, while the directory of the tags file is unknown. (Hari Krishna Dara) Solution: Expand the file name. (Yegappan Lakshmanan) Files: src/tag.c *** ../vim-7.0.095/src/tag.cThu Apr 27 23:40:34

Re: Patch 7.0.096

2006-09-10 Thread Hari Krishna Dara
On Sun, 10 Sep 2006 at 1:56pm, Bram Moolenaar wrote: Patch 7.0.096 Problem:taglist() returns the filename relative to the tags file, while the directory of the tags file is unknown. (Hari Krishna Dara) Solution: Expand the file name. (Yegappan Lakshmanan) Files