I am using gVim on Windows 7 and I have tried installing fugitive.vim as described here.
As per the link , I have extracted fugitive.vim to
vim73/plugin
folder which is in the runtime path for my gVim. But when I restart the gVim, I get "Not an editor command" message when I type in :Gedit
, or :Git
and also :h fugitive
isn't giving a help page.
Also, I tried using the recommended pathogen.vim method as described here. I extracted pathogen.vim
into my vim73/autoload
folder and then created a bundle folder in gVim home directory(c:\Program Files\Vim). I extracted fugitive.vim
into the bundle folder.
Updated the _vimrc file with the execute pathogen#infect()
command and restarted gVim, but no luck..
Please help me understand where I am going wrong.