Skip to content

Commit 6a30138

Browse files
committed
refactor(esupports.hop): move warning to lower part of the selection popup
1 parent 49c8211 commit 6a30138

File tree

1 file changed

+1
-1
lines changed
  • lua/neorg/modules/core/norg/esupports/hop

1 file changed

+1
-1
lines changed

lua/neorg/modules/core/norg/esupports/hop/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,6 @@ module.on_event = function(event)
646646
:blank()
647647
:text("There are a few actions that you can perform whenever a link cannot be located.", "Normal")
648648
:text("Press one of the available keys to perform your desired action.")
649-
:warning("Some flags currently do not work, this is a beta build.")
650649
:blank()
651650
:desc("The most common action will be to try and fix the link.")
652651
:desc("Fixing the link will perform a fuzzy search on every item of the same type in the file")
@@ -674,6 +673,7 @@ module.on_event = function(event)
674673
module.private.write_fixed_link(link_node_at_cursor, parsed_link, similarities, true)
675674
end)
676675
:blank()
676+
:warning("The below flags currently do not work, this is a beta build.")
677677
:desc("Instead of fixing the link you may actually want to create the target:")
678678
:flag("a", "Place target above current link parent")
679679
:flag("b", "Place target below current link parent")

0 commit comments

Comments
 (0)