sodapopcan / vim-twiggy

Git branch management for Vim
280 stars 15 forks source link

Fix fugitive#buffer() deprecated #17

Closed jbadavis closed 5 years ago

jbadavis commented 5 years ago

fugitive#buffer() has recently been deprecated:

https://github.com/tpope/vim-fugitive/commit/d41dee9c0b0cd2ffc364f2784d764b76e43ae057

This PR removes this call to buffer within several of vim-twiggy's functions.

sodapopcan commented 5 years ago

Thanks for the PR! Will test out today and merge.