File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -370,7 +370,7 @@ function OrgMappings:_todo_change_state(direction)
370
370
if not changed then
371
371
return
372
372
end
373
- item = Files .get_closest_headline ()
373
+ local item = Files .get_closest_headline ()
374
374
if not item :is_done () and not was_done then
375
375
return item
376
376
end
@@ -750,7 +750,7 @@ function OrgMappings:org_time_stamp(inactive)
750
750
end
751
751
752
752
--- @param direction string
753
- --- @param use_fast_access boolean
753
+ --- @param use_fast_access ? boolean
754
754
--- @return string
755
755
function OrgMappings :_change_todo_state (direction , use_fast_access )
756
756
local headline = Headline :new (tree_utils .closest_headline ())
Original file line number Diff line number Diff line change @@ -455,8 +455,8 @@ function Section:get_next_headline_same_level()
455
455
end
456
456
457
457
--- @param amount number
458
- --- @param demote_child_sections boolean
459
- --- @param dryRun boolean
458
+ --- @param demote_child_sections ? boolean
459
+ --- @param dryRun ? boolean
460
460
function Section :demote (amount , demote_child_sections , dryRun )
461
461
amount = amount or 1
462
462
demote_child_sections = demote_child_sections or false
You can’t perform that action at this time.
0 commit comments