Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"gb" binding in quickfix buffer errors #10

Closed
mfiano opened this issue Nov 22, 2021 · 2 comments · Fixed by #15
Closed

"gb" binding in quickfix buffer errors #10

mfiano opened this issue Nov 22, 2021 · 2 comments · Fixed by #15

Comments

@mfiano
Copy link

mfiano commented Nov 22, 2021

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
@itspriddle
Copy link
Owner

@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?

@mfiano
Copy link
Author

mfiano commented Nov 22, 2021

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants