summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lepus.uberspace.de>2016-07-05 11:14:14 +0200
committerhut <hut@lepus.uberspace.de>2016-07-05 11:14:14 +0200
commit4fb579e87b4db55842f1f34eae74da17a03d0ed8 (patch)
tree79dd1709403b3fa30cffefb6d4e55140ac0b1fdc
parentf6b5c5fc51fb458e9a47b36720250c04efae7766 (diff)
parentb9f5cc6191fc82a3208a06b67fde6e0effa05e1f (diff)
downloadranger-4fb579e87b4db55842f1f34eae74da17a03d0ed8.tar.gz
Merge branch 'document-scout-flag-r' of https://github.com/nevimov/ranger
-rw-r--r--doc/ranger.pod1
-rwxr-xr-xranger/config/commands.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod
index a69dc52d..7c5a7768 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -1220,6 +1220,7 @@ influence its behaviour:
  -m = mark the matching files after pressing enter
  -M = unmark the matching files after pressing enter
  -p = permanent filter: hide non-matching files after pressing enter
+ -r = interpret pattern as a regular expression pattern
  -s = smart case; like -i unless pattern contains upper case letters
  -t = apply filter and search pattern as you type
  -v = inverts the match
diff --git a/ranger/config/commands.py b/ranger/config/commands.py
index 36c21f70..7507b2b1 100755
--- a/ranger/config/commands.py
+++ b/ranger/config/commands.py
@@ -1131,6 +1131,7 @@ class scout(Command):
     -m = mark the matching files after pressing enter
     -M = unmark the matching files after pressing enter
     -p = permanent filter: hide non-matching files after pressing enter
+    -r = interpret pattern as a regular expression pattern
     -s = smart case; like -i unless pattern contains upper case letters
     -t = apply filter and search pattern as you type
     -v = inverts the match