My system is an OS X 10.6 with MacVim 7.3 (GUI) and Vim 7.2 (on iTerm).
On MacVim, Fugitive does not work at all.
On Vim, it is a little bit different. I have set a mapping to open the .vimrc
file as follows:
nmap <silent> <leader>ev :e $MYVIMRC<CR>
Just after opening vim, all Fugitive commands are available, but after opening the .vimrc
file using the mapping above I can't issue any of the Fugitive :G*
commands. If I open the .vimrc
file normally (i.e. with :e ~/.vimrc
) everything is fine.
My entire .vim
dir (with .vimrc
as vimrc
in the root) can be accessed here.
What can I do to make it work?