Skip to content

Commit b12d4af

Browse files
fix: meomize parsed todo keywords
Co-authored-by: Kristijan Husak <[email protected]>
1 parent 04441f3 commit b12d4af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/orgmode/files/file.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ function OrgFile:find_headline_by_title(title)
269269
end)
270270
end
271271

272+
memoize('get_todo_keywords')
272273
function OrgFile:get_todo_keywords()
273274
local todo_directive = self:_get_directive('todo')
274275
if not todo_directive then

0 commit comments

Comments
 (0)