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
OS: Manjaro Linux x86_64 , Kernel: 6.1.112-1-MANJARO
Describe the bug
I've tried simple string substitution with this plugin, but it threw error messages below.
As a clue, it works fine if list of qf has a single path.
Error detected while processing BufWriteCmd Autocommands for "<buffer=17>":
Error executing lua callback: ...te/pack/packer/start/quicker.nvim/lua/quicker/editor.lua:287: attempt to concatenate a userdata value
stack traceback:
...te/pack/packer/start/quicker.nvim/lua/quicker/editor.lua:287: in function <...te/pack/packer/start/quicker.nvim/lua/quicker/editor.lua:261>
...te/pack/packer/start/quicker.nvim/lua/quicker/editor.lua:319: in function 'save_changes'
...te/pack/packer/start/quicker.nvim/lua/quicker/editor.lua:467: in function <...te/pack/packer/start/quicker.nvim/lua/quicker/editor.lua:466>
What is the severity of this bug?
breaking (some functionality is broken)
Steps To Reproduce
grep string with telescope and send them to qf list.
:%s/before/after/g
:w
gets the error
Expected Behavior
It works fine before.
Minimal example file
No response
Minimal init.lua
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Neovim version (nvim -v)
NVIM v0.10.1
Operating system/version
OS: Manjaro Linux x86_64 , Kernel: 6.1.112-1-MANJARO
Describe the bug
I've tried simple string substitution with this plugin, but it threw error messages below.
As a clue, it works fine if list of qf has a single path.
What is the severity of this bug?
breaking (some functionality is broken)
Steps To Reproduce
:%s/before/after/g
:w
gets the error
Expected Behavior
It works fine before.
Minimal example file
No response
Minimal init.lua
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: