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.

Just for the record. I use gvim 7.1 on Windows. I could check tonight on
my linux version.
#v+
:version
VIM - Vi IMproved 7.1 (2007 May 12, compiled May 12 2007 14:17:41)
MS-Windows 32 bit GUI version
Compiled by b...@kibaale
Big version with GUI.  Features included (+) or not (-):
+arabic +autocmd +balloon_eval +browse ++builtin_terms +byte_offset +cindent
+clientserver +clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments
+cryptv +cscope +cursorshape +dialog_con_gui +diff +digraphs -dnd -ebcdic
+emacs_tags +eval +ex_extra +extra_search +farsi +file_in_path +find_in_path
+folding -footer +gettext/dyn -hangul_input +iconv/dyn +insert_expand
+jumplist
 +keymap +langmap +libcall +linebreak +lispindent +listcmds +localmap +menu
+mksession +modify_fname +mouse +mouseshape +multi_byte +multi_lang -mzscheme
+netbeans_intg -ole -osfiletype +path_extra -perl -postscript +printer
-profile
 -python +quickfix +reltime +rightleft -ruby +scrollbind +signs +smartindent
-sniff +statusline -sun_workshop +syntax +tag_binary +tag_old_static
-tag_any_white -tcl -tgetent -termresponse +textobjects +title +toolbar
+user_commands +vertsplit +virtualedit +visual +visualextra +viminfo
+vreplace
+wildignore +wildmenu +windows +writebackup -xfontset -xim -xterm_save
-xpm_w32

   system vimrc file: "$VIM\vimrc"
     user vimrc file: "$HOME\_vimrc"
 2nd user vimrc file: "$VIM\_vimrc"
      user exrc file: "$HOME\_exrc"
  2nd user exrc file: "$VIM\_exrc"
  system gvimrc file: "$VIM\gvimrc"
    user gvimrc file: "$HOME\_gvimrc"
2nd user gvimrc file: "$VIM\_gvimrc"
    system menu file: "$VIMRUNTIME\menu.vim"
Compilation: cl -c /W3 /nologo  -D_MT -MT -I. -Iproto -DHAVE_PATHDEF
-DWIN32   -DFEAT_CSCOPE -DFEAT_NETBEANS_INTG      -DWINVER=0x0400
-D_WIN32_WINNT=0x0400  /Fo.\ObjG/ /Ox -DNDEBUG  -DFEAT_GUI_W32
-DDYNAMIC_ICONV -DDYNAMIC_GETTEXT -DFEAT_BIG /Zi /Fd.\ObjG/
Linking: link /RELEASE /nologo /subsystem:windows /incremental:no
/nodefaultlib:libc advapi32.lib shell32.lib gdi32.lib comdlg32.lib
ole32.lib uuid.lib oldnames.lib kernel32.lib gdi32.lib version.lib  
winspool.lib comctl32.lib advapi32.lib shell32.lib  /machine:i386
/nodefaultlib libcmt.lib   user32.lib         WSock32.lib  /PDB:gvim.pdb
-debug
#v-

regards,
Christian
-- 
:wq!


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

Reply via email to