summary refs log tree commit diff stats
path: root/examples/plugin_new_macro.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/plugin_new_macro.py')
-rw-r--r--examples/plugin_new_macro.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/plugin_new_macro.py b/examples/plugin_new_macro.py
index ec0c487c..159a92f2 100644
--- a/examples/plugin_new_macro.py
+++ b/examples/plugin_new_macro.py
@@ -1,3 +1,5 @@
+# Compatible with ranger 1.6.*
+#
 # This plugin adds the new macro %date which is substituted with the current
 # date in commands that allow macros.  You can test it with the command
 # ":shell echo %date; read"