I installed vim-fugitive using pathogen.
If I do git status
in a terminal window, I get the correct branch and status.
If in Vim, I do :Git status
, I see the same that was in the terminal window (no surprise).
But if in Vim, I do :Gstatus
, the results are completely wrong: it's the wrong branch, and a list of files that have already been committed are showing as staged but not committed.
Since this plugin is one of TPope's, I'm sure it is my error. What am I doing wrong?