Open KSR-Yasuda opened 3 years ago
Couldn't you add them to your vimrc:
command! -nargs=+ BrowserOpen call openbrowser#_cmd_open(<q-args>)
command! -nargs=+ -complete=customlist,openbrowser#_cmd_search_complete BrowserOpenSearch call openbrowser#_cmd_search(<q-args>)
command! -nargs=+ -complete=customlist,openbrowser#_cmd_search_complete BrowserOpenSmartSearch call openbrowser#_cmd_smart_search(<q-args>)
delcommand OpenBrowser
delcommand OpenBrowserSearch
delcommand OpenBrowserSmartSearch
Seems very unusual for a plugin to have two sets of identical commands and it means tab completion for :B
is polluted with a bunch of extra commands.
There are also vim-aliases
Cos mostly mistype...