about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-07-22 00:07:49 +0200
committerhut <hut@lavabit.com>2009-07-22 00:07:49 +0200
commit7fbcb2dc05a5bd4a2dbe9a8f9096292560f798d8 (patch)
treee804b62891121bb966dc67c6baa2fa6fd641d752
parentbcb6a3a42bf274e730f8297b55a87ffabd42e438 (diff)
downloadranger-7fbcb2dc05a5bd4a2dbe9a8f9096292560f798d8.tar.gz
fixed [i] key
-rw-r--r--code/keys.rb2
1 files changed, 1 insertions, 1 deletions
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