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
When I set a highlight.pattern to "" or " ", then running TodoTelescope or TodoTroubles tries to index a nil, in lua/telescope/_extensions/todo-comments.lua:44 or lua/trouble/sources/todo.lua:14.
Did you check docs and existing issues?
Neovim version (nvim -v)
NVIM v0.10.3 Build type: RelWithDebInfo LuaJIT 2.1.1731601260
Operating system/version
Artix Linux 6.12.8
Describe the bug
When I set a
highlight.pattern
to""
or" "
, then runningTodoTelescope
orTodoTroubles
tries to index a nil, inlua/telescope/_extensions/todo-comments.lua:44
orlua/trouble/sources/todo.lua:14
.Steps To Reproduce
highlight.pattern
to empty stringTodoTelescope
Expected Behavior
It wouldn't fail.
Repro
The text was updated successfully, but these errors were encountered: