about summary refs log tree commit diff stats
path: root/code/keys.rb
diff options
context:
space:
mode:
Diffstat (limited to 'code/keys.rb')
-rw-r--r--code/keys.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/keys.rb b/code/keys.rb
index 583171e8..add38dbc 100644
--- a/code/keys.rb
+++ b/code/keys.rb
@@ -368,7 +368,7 @@ module Fm
 				Action.run(RunContext.new(getfiles, nil, nil, 'editor'))
 			end
 
-		when /^[ri](\d*)([adetw]*)[ri]$/
+		when /^[ri](\d*)(?i:([adetw]*))[ri]$/
 			run_context = RunContext.new(getfiles, $1, $2)
 			Action.run(run_context)