summary refs log tree commit diff stats
path: root/ranger
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2018-05-17 13:11:07 +0200
committertoonn <toonn@toonn.io>2018-05-17 13:11:07 +0200
commitc8613cf8a83c9fc516cb1d0c523bf63dc79f1a70 (patch)
treea1e556491bce48b28e820f631aaf778e76d7618d /ranger
parent11549e2c0c73a8a0bb543801af4e134b3e076095 (diff)
parent7842f83dcf06addd940125ddc68d7d3b8ae882d7 (diff)
downloadranger-c8613cf8a83c9fc516cb1d0c523bf63dc79f1a70.tar.gz
Merge branch 'chuanconggao-bugfix'
Diffstat (limited to 'ranger')
-rw-r--r--ranger/gui/context.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/gui/context.py b/ranger/gui/context.py
index d8d1957c..96849686 100644
--- a/ranger/gui/context.py
+++ b/ranger/gui/context.py
@@ -23,7 +23,7 @@ CONTEXT_KEYS = [
     'keybuffer',
     'infostring',
     'vcsfile', 'vcsremote', 'vcsinfo', 'vcscommit', 'vcsdate',
-    'vcsconflict', 'vcschanged', 'vcsunknown', 'vcsignored',
+    'vcsconflict', 'vcschanged', 'vcsunknown', 'vcsignored', 'vcsuntracked',
     'vcsstaged', 'vcssync', 'vcsnone', 'vcsbehind', 'vcsahead', 'vcsdiverged'
 ]