From 7fbcb2dc05a5bd4a2dbe9a8f9096292560f798d8 Mon Sep 17 00:00:00 2001 From: hut Date: Wed, 22 Jul 2009 00:07:49 +0200 Subject: fixed [i] key --- code/keys.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code') diff --git a/code/keys.rb b/code/keys.rb index 7b675c3a..6c2b275a 100644 --- a/code/keys.rb +++ b/code/keys.rb @@ -233,7 +233,7 @@ module Fm enter_dir_safely(currentfile.path) else mode = @buffer =~ /[LI]/ ? 1 : 0 - flags = @buffer =~ /[lL]/ ? 'a' : '' + flags = @buffer =~ /[lL]/ ? 'a' : 'A' Action.run(RunContext.new(getfiles, mode, flags)) end -- cgit 1.4.1-2-gfad0