summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorThe Flying Rapist <admin@nosuck.org>2018-02-09 05:14:12 -0500
committerThe Flying Rapist <admin@nosuck.org>2018-02-09 05:18:45 -0500
commitbfe1dbafaec8d79cb77fca93d4daa5a98e2cbf29 (patch)
tree9064aaa3729c0a57e7922f9483df90bb18482e69
parentced74b92d12dfa2abb06cccae3af7df0ab05cc81 (diff)
downloadranger-bfe1dbafaec8d79cb77fca93d4daa5a98e2cbf29.tar.gz
Reload tags on reset
Without this, there is no way to reload the “tagged” file.  Being able to
reload it is nice, because you can tag paths using external utilities (e.g. a
feh action).
-rw-r--r--ranger/core/actions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/core/actions.py b/ranger/core/actions.py
index aef0d205..d08526f2 100644
--- a/ranger/core/actions.py
+++ b/ranger/core/actions.py
@@ -74,6 +74,7 @@ class Actions(  # pylint: disable=too-many-instance-attributes,too-many-public-m
         if self.metadata:
             self.metadata.reset()
         self.rifle.reload_config()
+        self.fm.tags.sync()
 
     def change_mode(self, mode=None):
         """:change_mode <mode>