From 95c24d99c2253bdff37bdec4e5f2b4dc06050b57 Mon Sep 17 00:00:00 2001 From: hut Date: Sun, 30 May 2010 22:33:02 +0200 Subject: defaults.options: fixed typo in regexp --- ranger/defaults/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ranger/defaults/options.py b/ranger/defaults/options.py index d93d7685..3d884172 100644 --- a/ranger/defaults/options.py +++ b/ranger/defaults/options.py @@ -36,7 +36,7 @@ from ranger.api.options import * # Which files should be hidden? Toggle this by typing `zh' or # changing the setting `show_hidden' hidden_filter = regexp( - r'lost\+found|^\.|~$|\.(:?pyc|pyo|bak|swp)$') + r'lost\+found|^\.|~$|\.(?:pyc|pyo|bak|swp)$') show_hidden = False # Show dotfiles in the bookmark preview box? -- cgit 1.4.1-2-gfad0