RE: Working directory problems

2006-06-21 Thread Max Dyckhoff
: Saturday, June 17, 2006 12:30 PM To: Max Dyckhoff Cc: vim@vim.org Subject: Re: Working directory problems Max Dyckhoff wrote: I have some issues with the working directory in vim that I really cannot get to the bottom of. I have tried looking through the help, and I've searched

RE: Working directory problems

2006-06-19 Thread Max Dyckhoff
of it! MAx -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, June 17, 2006 12:30 PM To: Max Dyckhoff Cc: vim@vim.org Subject: Re: Working directory problems Max Dyckhoff wrote: I have some issues with the working directory in vim that I

RE: Working directory problems

2006-05-26 Thread Max Dyckhoff
: vim@vim.org Subject: Re: Working directory problems I'm not sure how your bound function works. Have you tried using fnamemodify() to manipulate the filename? You can use the :h option to strip the path, and :s?? to substitute the relative path. On 5/24/06, Max Dyckhoff [EMAIL

RE: Working directory problems

2006-05-25 Thread Max Dyckhoff
PROTECTED] Sent: Wednesday, May 24, 2006 8:10 PM To: Max Dyckhoff Cc: vim@vim.org Subject: Re: Working directory problems I'm not sure how your bound function works. Have you tried using fnamemodify() to manipulate the filename? You can use the :h option to strip the path, and :s?? to substitute

Re: Working directory problems

2006-05-24 Thread Eric Arnold
I'm not sure how your bound function works. Have you tried using fnamemodify() to manipulate the filename? You can use the :h option to strip the path, and :s?? to substitute the relative path. On 5/24/06, Max Dyckhoff [EMAIL PROTECTED] wrote: Hi, I have some issues with the working