about summary refs log tree commit diff stats
path: root/ranger/core/actions.py
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2011-10-07 02:40:19 +0200
committerhut <hut@lavabit.com>2011-10-08 06:09:02 +0200
commit7bf5f9672ee79489553506831b7cab54a8609077 (patch)
tree42c9dcd2621b428027b2d4281f5c12d3dc2b0298 /ranger/core/actions.py
parentafcc81964f8fa2a6e4800c725822feb0f7edebd3 (diff)
downloadranger-7bf5f9672ee79489553506831b7cab54a8609077.tar.gz
general updates
Diffstat (limited to 'ranger/core/actions.py')
-rw-r--r--ranger/core/actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/core/actions.py b/ranger/core/actions.py
index 58edc56a..9f7321be 100644
--- a/ranger/core/actions.py
+++ b/ranger/core/actions.py
@@ -38,7 +38,7 @@ MACRO_FAIL = "<\x01\x01MACRO_HAS_NO_VALUE\x01\01>"
 
 class _MacroTemplate(string.Template):
 	"""A template for substituting macros in commands"""
-	delimiter = '%'
+	delimiter = ranger.MACRO_DELIMITER
 
 class Actions(FileManagerAware, EnvironmentAware, SettingsAware):
 	search_method = 'ctime'