editor-bootstrap / vim-bootstrap

Vim Bootstrap is a generator that provides a simple method of generating a configuration for vim / neovim.
https://vim-bootstrap.com/
MIT License
2.07k stars 209 forks source link

Fixes removed `:Gbrowse` command - Issue #431 #432

Closed IvanJijon closed 1 year ago

IvanJijon commented 1 year ago

This PR targets issue #431. The old command :Gbrowse is replaced by the new one :GBrowse

IvanJijon commented 1 year ago

My commit message is ugly. It should be: :Gbrowse command deprecated, changed to :GBrowse.

Git tried to interpret as commands and removed them from the commit message. Sorry for that.

cassiobotaro commented 1 year ago

Thanks @IvanJijon !