hop.nvim
hop.nvim copied to clipboard
Hop commands do not appear to work in the command-line window
Platform/Version:
- Ubuntu 22.04
- Neovim v0.8.0-1210-gd367ed9b2
- LuaJIT 2.1.0-beta3
The issue:
- Hop commands do not appear to work in the Command-line window. (See
:help cmdline-window)
To reproduce:
- Install hop.nvim.
- Launch Neovim.
- Press
:to enter command mode. - Press
<C-f>to open the command-line window. - Enter a hop command or a keybind that would trigger a hop command. For example, using the binds specified in the README, pressing
fwill result in the following error:
Expected behavior:
- The buffer can be navigated with hop commands, similarly to any other buffer.
Actual behavior:
- Error E5108 occurs.
Argh, that invalid buffer thing again… Thanks for reporting, I will have a look.
Having the same issue.