editor-bootstrap/vim-bootstrap

`:Gbrowse` command has been removed

IvanJijon opened this issue · 1 comments

  • Vim bootstrap version(number in first line): 2022-12-07 02:54:26
  • Operating system: Arch
  • Vim/Nvim version: NVIM v0.8.0
  • Languages: vimscript

Description

In the generated script there is a mapping in order to open current line on GitHub:

"" Open current line on GitHub
nnoremap <Leader>o :.Gbrowse<CR>

But when using it there is an error message:
":Gbrowse has been removed in favor of :GBrowse"

Closed by #432