carlhuda / janus

Vim distribution
7.88k stars 814 forks source link

E117: Unknown function: netrw#NetrwBrowseX #640

Closed davetapley closed 8 years ago

davetapley commented 8 years ago

With a plain install of Janus on the vim which comes with Ubuntu 14.04.

The :Gbrowse fugitive command inside a commit (i.e. first :Gblame then o a commit), causes:

E117: Unknown function: netrw#NetrwBrowseX                                                                                                    
Press ENTER or type command to continue 

There seems to be a related issue here, but it was fixed back in February: tpope/vim-fugitive#594

kalbasit commented 8 years ago

I just updated all submodule, can you pull and try again? If it didn't work then it's possibly an issue in Fugitive itself.

davetapley commented 8 years ago

@kalbasit that fixed it, thanks :+1: