Hey all, This is probably a newbie question, but I've done some searching around and documentation reading and I just can't seem to get it working.
The problem is that I've got a fresh install of cygwin, which includes vim 7.2. I'm "pretty" sure that includes the appropriate version of netrw module. But when I try: vim scp://machine_name//path/to/file Vim comes up with "~/scp:/machine_name:/path/to_file" [New DIRECTORY]" in the bottom of the window. It looks to me like the netrw module isn't being called in this case. Thinking I may have messed something up in my .inputrc, .vimrc, or .vim directry, I moved them all aside to "test.inputrc", etc. [gtot...@laptop:~ ~] 37$ which vim /usr/bin/vim 33$ vim --version VIM - Vi IMproved 7.2 (2008 Aug 9, compiled Sep 30 2009 15:37:56) Included patches: 1-264 Compiled by Cygwin/X <[email protected]> Huge version with GTK2 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 +float +folding -footer +fork() +gettext -hangul_input +iconv +insert_expand +jumplist +keymap +langmap +libcall +linebreak +lispindent +listcmds +localmap +menu +mksession +modify_fname +mouse +mouseshape +mouse_dec - mouse_gpm -mouse_jsbterm +mouse_netterm -mouse_sysmouse +mouse_xterm +multi_byte +multi_lang -mzscheme +netbeans_intg -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 +terminfo +termresponse +textobjects +title +toolbar +user_commands +vertsplit +virtualedit +visual +visualextra +viminfo +vreplace +wildignore +wildmenu +windows +writebackup +X11 -xfontset +xim +xsmp_interact +xterm_clipboard -xterm_save system vimrc file: "$VIM/vimrc" user vimrc file: "$HOME/.vimrc" user exrc file: "$HOME/.exrc" system gvimrc file: "$VIM/gvimrc" user gvimrc file: "$HOME/.gvimrc" system menu file: "$VIMRUNTIME/menu.vim" fall-back for $VIM: "/usr/share/vim" Compilation: gcc-4 -shared-libgcc -c -I. -Iproto -DHAVE_CONFIG_H - DFEAT_GUI_GTK -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/ usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/ usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/ pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -O2 - march=i686 -pipe -fno-strength-reduce Linking: gcc-4 -shared-libgcc -o gvim.exe -lgtk-x11-2.0 -lgdk- x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lgio-2.0 - lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage - lpangoft2-1.0 -lXext -lXfixes -lcairo -lpixman-1 -lglitz -lpng12 -lxcb- render-util -lXrender -lxcb-render -lxcb -lXau -lpango-1.0 -lfontconfig -lexpat -lfreetype -lz -lgobject-2.0 - lgmodule-2.0 -lglib-2.0 -lintl -lXt -lX11 -lSM -lICE -lm -lncurses - liconv -lintl I've tried downloading my own version of the netrw module and forcing my cygwin vim to use it, but that didn't seem to help at all (but I have to be honest I only barely knew what I was doing there, so I may have missed something important). So, that's my tale of woe. Does anyone have suggestions on how I can get netrw working? Thanks, Grant -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php Subscription settings: http://groups.google.com/group/vim_use/subscribe?hl=en
