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
If a task is submitted from the task editor while ghost text is present on the task editor form, I get hundreds of errors from nvim_cmp. These errors are not present if the autocomplete hover menu is manually closed before submitting the task.
What is the severity of this bug?
tolerable (can work around it)
Steps To Reproduce
nvim -u repro.lua
Setup a task template with parameters.
:OverseerRun and select the template.
<CR> until the last parameter in the task editor form, ensure that the autocomplete suggestion meny is open and ghost text is visible, and <CR> to submit.
Neovim version (nvim -v)
v0.10.0 release
Operating system/version
Ubuntu 23.10 on WSL2 in Windows 11
Describe the bug
If a task is submitted from the task editor while ghost text is present on the task editor form, I get hundreds of errors from
nvim_cmp
. These errors are not present if the autocomplete hover menu is manually closed before submitting the task.What is the severity of this bug?
tolerable (can work around it)
Steps To Reproduce
nvim -u repro.lua
:OverseerRun
and select the template.<CR>
until the last parameter in the task editor form, ensure that the autocomplete suggestion meny is open and ghost text is visible, and<CR>
to submit.Expected Behavior
The ghost text is ignored for task submission.
Minimal example file
Example
main.cpp
:Example
CMakeLists.txt
:Minimal init.lua
Additional context
Example
lua/overseer/template/cmake.lua
:The text was updated successfully, but these errors were encountered: