junegunn / gv.vim

A git commit browser in Vim
1.35k stars 54 forks source link

:GV outputs Unkown function: FugitiveShellCommand #101

Closed Nishant-Pall closed 3 years ago

Nishant-Pall commented 3 years ago

I installed gv.vim, and if I try to type in the command :GV or any other command, I get something like Vim(call):E117: Unknown function: FugitiveShellCommand in the output, it doesn't open a buffer at all. Is it because of existing plugins causing the error, I do have vim-fugitive installed.

I'm on Ubuntu 20.04 LTS, with neovim 0.5.0

justinmk commented 3 years ago

your fugitive is out of date

Nishant-Pall commented 3 years ago

Got it working, had to give an update that's all. Thank you