summary refs log tree commit diff stats
path: root/examples/plugin_new_sorting_method.py
diff options
context:
space:
mode:
authorhut <hut@lepus.uberspace.de>2015-04-14 00:25:24 +0200
committerhut <hut@lepus.uberspace.de>2015-04-14 00:25:24 +0200
commit89146651e07830f15b59b5f076d61741747a0bea (patch)
treed6f28b4107fb2e200fa781e3bc8704ea426f92e9 /examples/plugin_new_sorting_method.py
parent2b54ada2b5b79b65f6ac2eddd2e59e10abe1b09c (diff)
downloadranger-89146651e07830f15b59b5f076d61741747a0bea.tar.gz
Should I dual ranger/cleric or wait for the THAC0 bonus? v1.7.0
Squashed commit of the following:

commit 7236dde27bf33fec5097c223f0d70598b10ba05f
Author: hut <hut@lepus.uberspace.de>
Date:   Mon Apr 13 14:33:59 2015 +0200

    wrote changelog entry

commit 73e76b0f9a22ad8122154c4a2763c27ebce9be37
Author: hut <hut@lepus.uberspace.de>
Date:   Mon Apr 13 13:41:27 2015 +0200

    update version number in man page

commit b1948b9382027ed55d095a936610bc62f7cdba9a
Author: hut <hut@lepus.uberspace.de>
Date:   Mon Apr 13 13:41:08 2015 +0200

    update rifle version number

commit a96a8a808a3c68eb848a3e0361fd95cb8c643d59
Author: hut <hut@lepus.uberspace.de>
Date:   Mon Apr 13 13:34:59 2015 +0200

    s/ranger-master/ranger-stable/

commit 6967a48193227b4a0c843e8831e5511005179f69
Author: hut <hut@lepus.uberspace.de>
Date:   Mon Apr 13 13:33:06 2015 +0200

    updated version number

commit 0cbc401fd25fc4d307d026628e12ef1106a42bdf
Author: hut <hut@lepus.uberspace.de>
Date:   Mon Apr 13 13:18:26 2015 +0200

    updated version info in example plugins
Diffstat (limited to 'examples/plugin_new_sorting_method.py')
-rw-r--r--examples/plugin_new_sorting_method.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/plugin_new_sorting_method.py b/examples/plugin_new_sorting_method.py
index 6b41b0e1..c6e35a68 100644
--- a/examples/plugin_new_sorting_method.py
+++ b/examples/plugin_new_sorting_method.py
@@ -1,4 +1,4 @@
-# Compatible with ranger 1.6.*
+# Compatible with ranger 1.6.0 through 1.7.*
 #
 # This plugin adds the sorting algorithm called 'random'.  To enable it, type
 # ":set sort=random" or create a key binding with ":map oz set sort=random"