From 09884c44af52e6a8621bb69daf5fb425d04d6e4e Mon Sep 17 00:00:00 2001 From: Chiizujin Date: Sun, 28 Apr 2024 12:14:42 +1000 Subject: [PATCH] Update editor help to clarify optional nature of '= ' for :j and :f --- evennia/utils/eveditor.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/evennia/utils/eveditor.py b/evennia/utils/eveditor.py index 7557c40a0e..ed371bec6f 100644 --- a/evennia/utils/eveditor.py +++ b/evennia/utils/eveditor.py @@ -97,10 +97,11 @@ _HELP_TEXT = _( :s - search/replace word or regex in buffer or on line - :j = - justify buffer or line . is f, c, l or r. is - width. Default for is l (left). Default for is {_DEFAULT_WIDTH} - :f = - flood-fill entire buffer or line to width . - Equivalent to :j l + :j = - justify buffer or line . is f, c, l or r. is + width. and are optional and default to l (left) + and {_DEFAULT_WIDTH} respectively + :f = - flood-fill entire buffer or line to width . + Equivalent to :j l. is optional, as for :j :fi - indent entire buffer or line :fd - de-indent entire buffer or line