Merge pull request #3530 from chiizujin/editor_priority

Fix EvEditor responding to valid direction commands in the current location
This commit is contained in:
Griatch 2024-06-14 10:11:13 +02:00 committed by GitHub
commit fb77849d29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -842,6 +842,7 @@ class EvEditorCmdSet(CmdSet):
"""CmdSet for the editor commands"""
key = "editorcmdset"
priority = 150 # override other cmdsets.
mergetype = "Replace"
def at_cmdset_creation(self):