diff options
-rw-r--r-- | ranger/gui/context.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ranger/gui/context.py b/ranger/gui/context.py index ecef7d07..878b7680 100644 --- a/ranger/gui/context.py +++ b/ranger/gui/context.py @@ -16,10 +16,10 @@ CONTEXT_KEYS = ['reset', 'error', 'badinfo', 'seperator', 'key', 'special', 'border', # COMPAT 'title', 'text', 'highlight', 'bars', 'quotes', 'tab', 'loaded', 'keybuffer', - 'infostring', - 'vcsfile', 'vcsremote', 'vcsinfo', 'vcscommit', - 'vcsconflict', 'vcschanged', 'vcsunknown', 'vcsignored', - 'vcsstaged', 'vcssync', 'vcsbehind', 'vcsahead', 'vcsdiverged'] + 'infostring', + 'vcsfile', 'vcsremote', 'vcsinfo', 'vcscommit', + 'vcsconflict', 'vcschanged', 'vcsunknown', 'vcsignored', + 'vcsstaged', 'vcssync', 'vcsbehind', 'vcsahead', 'vcsdiverged'] class Context(object): def __init__(self, keys): |