moll / vim-node

Tools and environment to make Vim superb for developing with Node.js. Like Rails.vim for Node.
http://www.vim.org/scripts/script.php?script_id=4674
Other
807 stars 59 forks source link

Cannot goto netrw file #19

Open ecsousa opened 9 years ago

ecsousa commented 9 years ago

Using goto file command (gf in normal mode) under a netrw file (like "http://github.com") will give an error "E447: Can't find file ... in path" instead of trying to fetch the file

moll commented 9 years ago

Hey,

Sorry for any problems! Could this be related to https://github.com/moll/vim-node/pull/6?

ecsousa commented 9 years ago

Yes, it's related. I've made a fix (at least for netrw), i was just about to create a Pull Request for it