Merge pull request #2293 from tim-chaplin/editor_no_north

Increase SaveYesNoCmdSet priority to 150
This commit is contained in:
Griatch 2021-01-18 21:32:05 +01:00 committed by GitHub
commit 4201ee9cdb

View file

@ -202,7 +202,7 @@ class SaveYesNoCmdSet(CmdSet):
"""Stores the yesno question"""
key = "quitsave_yesno"
priority = 1
priority = 150 # override other cmdsets.
mergetype = "Replace"
def at_cmdset_creation(self):