junegunn / gv.vim

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

Replace removed fugitive API call (fugitive#detect) with a public API #76

Closed wookayin closed 4 years ago

wookayin commented 4 years ago

Since fugitive has removed some APIs such as fugitive#detect, now GV is emitting error messages. A public API should be used.

Fugitive upstream commit: https://github.com/tpope/vim-fugitive/commit/cd7db1d57cc991b27d9c9ce6552faea3075ada61 Related issues: #69, #70

junegunn commented 4 years ago

Thank you!