You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the reproduction steps and you'll get an error from Telescope relating to some invalid buffer ID. The editor will then be soft-locked. The display is bugged and you have to restart.
==============================================================================
telescope: health#telescope#check
Checking for required plugins ~
- OK plenary installed.
- WARNING nvim-treesitter not found. (Required for `:Telescope treesitter`.)
Checking external dependencies ~
- OK rg: found ripgrep 14.1.1
- WARNING fd: not found. Install [sharkdp/fd](https://github.com/sharkdp/fd) for extended capabilities
===== Installed extensions ===== ~
Steps to reproduce
Install Plenary, Telescope and NrrwRgn,
Start nvim,
Type in text,
Select it in visual mode,
Run command :NR!
Ensure that there is only one window open with the NrrwRegion buffer inside it,
Try to run :Telescope files or any other picker,
You will get the error described above and Neovim will soft-lock.
Expected behavior
That it doesn't soft-lock the editor.
Actual behavior
You get an error like the following, and the editor becomes soft-locked:
Error executing Lua callback: ...avigation/start/telescope.nvim/lua/telescope/pickers.lua:580: Invalid buffer id: 4
stack traceback:
[C]: in function 'nvim_buf_set_lines'
...avigation/start/telescope.nvim/lua/telescope/pickers.lua:580: in function 'find'
...tart/telescope.nvim/lua/telescope/builtin/__internal.lua:1006: in function 'v'
...tart/telescope.nvim/lua/telescope/builtin/__internal.lua:1515: in function 'v'
...tion/start/telescope.nvim/lua/telescope/builtin/init.lua:587: in function <...tion/start/telescope.nvim/lua/telescope/builtin/init.lua:546>
...avigation/start/telescope.nvim/lua/telescope/command.lua:188: in function 'run_command'
...avigation/start/telescope.nvim/lua/telescope/command.lua:259: in function 'load_command'
...ack/navigation/start/telescope.nvim/plugin/telescope.lua:108: in function <...ack/navigation/start/telescope.nvim/plugin/telescope.lua:107>
You then have to run :qa! to exit and restart. The editor is rendered inoperable by the bug.
Description
Run the reproduction steps and you'll get an error from Telescope relating to some invalid buffer ID. The editor will then be soft-locked. The display is bugged and you have to restart.
Neovim version
Operating system and version
Linux
Telescope version / branch / rev
master
checkhealth telescope
Steps to reproduce
:Telescope files
or any other picker,Expected behavior
That it doesn't soft-lock the editor.
Actual behavior
You get an error like the following, and the editor becomes soft-locked:
You then have to run :qa! to exit and restart. The editor is rendered inoperable by the bug.
Minimal config
The text was updated successfully, but these errors were encountered: