Fix EvEditor responding to valid direction commands in the current location
This commit is contained in:
parent
29e9e4df98
commit
bb0a2d3513
1 changed files with 1 additions and 0 deletions
|
|
@ -822,6 +822,7 @@ class EvEditorCmdSet(CmdSet):
|
||||||
"""CmdSet for the editor commands"""
|
"""CmdSet for the editor commands"""
|
||||||
|
|
||||||
key = "editorcmdset"
|
key = "editorcmdset"
|
||||||
|
priority = 150 # override other cmdsets.
|
||||||
mergetype = "Replace"
|
mergetype = "Replace"
|
||||||
|
|
||||||
def at_cmdset_creation(self):
|
def at_cmdset_creation(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue