diff options
author | The Flying Rapist <admin@nosuck.org> | 2018-02-09 05:14:12 -0500 |
---|---|---|
committer | The Flying Rapist <admin@nosuck.org> | 2018-02-09 05:18:45 -0500 |
commit | bfe1dbafaec8d79cb77fca93d4daa5a98e2cbf29 (patch) | |
tree | 9064aaa3729c0a57e7922f9483df90bb18482e69 | |
parent | ced74b92d12dfa2abb06cccae3af7df0ab05cc81 (diff) | |
download | ranger-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.py | 1 |
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> |