vim-shellcheck icon indicating copy to clipboard operation
vim-shellcheck copied to clipboard

"gb" binding in quickfix buffer errors

Open kanubacode opened this issue 4 years ago • 2 comments

I'm on Neovim and using gb on a quickfix error results in:

Error detected while processing function <SNR>145_gb:
line   14:
E117: Unknown function: netrw#CheckIfRemote
E116: Invalid arguments for function netrw#BrowseX

kanubacode avatar Nov 22 '21 07:11 kanubacode

@mfiano it sounds like maybe there's a conflicting autoload/netrw.vim file that could be loading instead. Can you run :set verbose=2 and :runtime! autoload/netrw.vim and send the output?

itspriddle avatar Nov 22 '21 15:11 itspriddle

Doesn't look too helpful :(

sourcing "/usr/local/share/nvim/runtime/autoload/netrw.vim"
finished sourcing /usr/local/share/nvim/runtime/autoload/netrw.vim
not found in 'packpath': "pack/*/start/*/autoload/netrw.vim"
not found in 'packpath': "start/*/autoload/netrw.vim"

kanubacode avatar Nov 22 '21 15:11 kanubacode