vim-shellcheck
vim-shellcheck copied to clipboard
"gb" binding in quickfix buffer errors
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
@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?
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"