aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/ranger/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/ranger/commands.py b/.config/ranger/commands.py
index 4d290e7..7ffd7f5 100644
--- a/.config/ranger/commands.py
+++ b/.config/ranger/commands.py
@@ -1092,7 +1092,7 @@ class scout(Command):
regex = "^(?:(?!%s).)*$" % regex
# Compile Regular Expression
- options = re.LOCALE | re.UNICODE
+ options = re.UNICODE
if self.IGNORE_CASE in flags or self.SMART_CASE in flags and \
pattern.islower():
options |= re.IGNORECASE