deleting a TODO item also deletes the line following #40
Open
Description
Let's consider the test file below. Deleting issue 2
also deletes the comment line -- another comment 2
.
-- file: test.hs
-- another comment 0
-- TODO (assig|#test) - issue 1
-- another comment 1
-- TODO (assig|#test) - issue 2
-- another comment 2
-- TODO (assig|#test) - issue 3
-- another comment 3
The issue does not appear with this test file, where issue 2 is not followed by a comment line.
-- another comment 0
-- TODO (assig|#test) - issue 1
-- another comment 1
-- TODO (assig|#test) - issue 2
-- TODO (assig|#test) - issue 3
-- another comment 3
Metadata
Assignees
Labels
No labels