Revert "feat(views): add hide_done_categories config option (#153)"
This reverts commit 283f93eda1.
This commit is contained in:
parent
b2456580b5
commit
5ab0aa78a1
6 changed files with 4 additions and 123 deletions
|
|
@ -513,9 +513,6 @@ function M._on_write(bufnr)
|
|||
if #stack > UNDO_MAX then
|
||||
table.remove(stack, 1)
|
||||
end
|
||||
for id in pairs(buffer.done_cat_hidden_ids()) do
|
||||
hidden[id] = true
|
||||
end
|
||||
local new_refs = diff.apply(lines, s, hidden)
|
||||
M._recompute_counts()
|
||||
buffer.render(bufnr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue