Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
laher committed Jul 6, 2023
1 parent 343ca42 commit 4565c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/neorg/modules/core/summary/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ module.on_event = function(event)

local start_line = event.cursor_position[1]
local end_line = start_line
-- find * replace an existing ranged tag
-- find & replace an existing ranged tag below this heading
local node_line_below = ts.get_first_node_on_line(buffer, start_line)
if node_line_below and node_line_below:type() == "_paragraph_break" then
-- allow for a line break between heading and tag. Go down one more line.
Expand Down

0 comments on commit 4565c90

Please sign in to comment.