On Wed, Sep 23, 2009 at 5:46 PM, Christian Brabandt <[email protected]>wrote:

>
> On Wed, September 23, 2009 11:05 am, Steven Woody wrote:
> > The path was set as absolute pathname.  Of course, it can be reachable.
> >  And, I just said, if the path has no embedded spaces, it works for
> > jumping, so I guess the problem has something to do with the spaces.
>
> Oh well. Let's be more verbose. I have done the following:
>
> #v+
> C:\>mkdir "c:\temp\path with spaces"
>
> C:\>cd "c:\temp\path with spaces"
>
> C:\temp\path with spaces>copy con "file1.txt"
> c:\temp\path with spaces\file 2.txt
> ^Z
>        1 Datei(en) kopiert.
>
> C:\temp\path with spaces>copy con "file 2.txt"
> c:\temp\path with spaces\file1.txt
> ^Z
>        1 Datei(en) kopiert.
> #v-
>
> Now I open gvim in that directory using file1.txt. I do :set isfname+=32
> Now I can sucessfully jump to that file using gf. And visually selecting
> the file and using gf works whether I use the isfname setting
> or not. So works for me.
>
> Try starting vim using -u NONE and -u RC and check if you can reproduce
> it.
>

Event without run with '-u' option and without setting of isfname, I also
can  success with this same test.  I think this test doesn't involve in the
'path' option setting, and that may be the point that cause the fail.

-- 
Life is the only flaw in an otherwise perfect nonexistence
   -- Schopenhauer

narke
public key at http://subkeys.pgp.net:11371 ([email protected])

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to