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
Describe the bug
When selecting vim text objects, for example vaw to select a word, if there is a pause between pressing a and w the following error message is shown.
Error executing vim.schedule lua callback: .../packer/start/sidebar.nvim/lua/sidebar-nvim/renderer.lua:162: E565: Not allowed to change text or change window
stack traceback:
[C]: in function 'nvim_buf_set_lines'
.../packer/start/sidebar.nvim/lua/sidebar-nvim/renderer.lua:162: in function 'draw'
.../pack/packer/start/sidebar.nvim/lua/sidebar-nvim/lib.lua:25: in function '_redraw'
.../pack/packer/start/sidebar.nvim/lua/sidebar-nvim/lib.lua:34: in function 'loop'
.../pack/packer/start/sidebar.nvim/lua/sidebar-nvim/lib.lua:50: in function ''
vim/_editor.lua: in function <vim/_editor.lua:0>
To Reproduce
Steps to reproduce the behavior:
Start to select a text object
Pause before the last key press
Expected behavior
No error message being displayed
Environment (please complete the following information):
Describe the bug
When selecting vim text objects, for example vaw to select a word, if there is a pause between pressing a and w the following error message is shown.
Error executing vim.schedule lua callback: .../packer/start/sidebar.nvim/lua/sidebar-nvim/renderer.lua:162: E565: Not allowed to change text or change window
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No error message being displayed
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: