diff options
-rw-r--r-- | ranger/config/commands.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ranger/config/commands.py b/ranger/config/commands.py index 0dc22147..13b6a50c 100644 --- a/ranger/config/commands.py +++ b/ranger/config/commands.py @@ -661,8 +661,6 @@ class touch(Command): Creates a file with the name <fname>. """ - resolve_macros = False - def execute(self): from os.path import join, expanduser, lexists @@ -738,8 +736,6 @@ class rename(Command): Changes the name of the currently highlighted file to <newname> """ - resolve_macros = False - def execute(self): from ranger.container.file import File from os import access |