Make show_error keyword-only

This commit is contained in:
Florian Bruhin 2017-06-20 12:45:36 +02:00
parent 06d4a24bd1
commit cf3c7266aa

View File

@ -157,7 +157,7 @@ class CommandDispatcher:
else:
return None
def _tab_focus_last(self, show_error=True):
def _tab_focus_last(self, *, show_error=True):
"""Select the tab which was last focused."""
try:
tab = objreg.get('last-focused-tab', scope='window',