File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
lua/neorg/modules/core/norg/esupports/hop Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments