We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96fee09 commit 792f0adCopy full SHA for 792f0ad
lua/todo-comments/highlight.lua
@@ -64,6 +64,7 @@ function M.is_comment(buf, row, col)
64
return true
65
end
66
67
+ return false
68
else
69
local win = vim.fn.bufwinid(buf)
70
return win ~= -1
0 commit comments