diff options
author | hut <hut@lavabit.com> | 2013-03-01 09:19:47 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2013-03-01 09:22:59 +0100 |
commit | c139ec86237c2800f55ea2064f18c1b5bc4e9523 (patch) | |
tree | 9469cc1e167f00cacf8214358f153ed634942698 /examples/plugin_new_macro.py | |
parent | 76612b05b5d1490032e38a736c7293bd750c877d (diff) | |
download | ranger-c139ec86237c2800f55ea2064f18c1b5bc4e9523.tar.gz |
Added version info to examples
Diffstat (limited to 'examples/plugin_new_macro.py')
-rw-r--r-- | examples/plugin_new_macro.py | 2 |
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" |