File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,10 @@ def __str__(self):
4949]
5050
5151mod = Module ()
52- mod .list ("edit_action" , desc = "Actions for the edit command" )
52+ mod .list (
53+ "edit_action" ,
54+ desc = "Edit command actions. Follow an action by an edit modifier to perform the action on the modifier's target." ,
55+ )
5356
5457
5558@mod .capture (rule = "{user.edit_action}" )
Original file line number Diff line number Diff line change 88mod .list ("edit_modifier" , desc = "Modifiers for the edit command" )
99mod .list (
1010 "edit_modifier_repeatable" ,
11- desc = "Modifiers for the edit command that are repeatable " ,
11+ desc = "Edit modifiers that are repeatable. Say a number before the modifier to repeat the action that many times. " ,
1212)
1313
1414
Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ help keywords: user.help_list("user.code_keyword")
2121help keywords unprefixed : user.help_list (" user.code_keyword_unprefixed" )
2222help common methods : user.help_list (" user.code_common_method" )
2323help pairs : user.help_list (" user.delimiter_pair" )
24+ help edit actions : user.help_list (" user.edit_action" )
25+ help edit modifiers : user.help_list (" user.edit_modifier" )
26+ help edit repeatable modifiers : user.help_list (" user.edit_modifier_repeatable" )
2427help customize : user.help_list (" user.edit_text_file" )
2528
2629(help formatters | help format | format help) :
You can’t perform that action at this time.
0 commit comments