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 1b1d4fd6..ecad2eca 100644
--- a/code/keys.rb
+++ b/code/keys.rb
@@ -532,7 +532,7 @@ module Fm
 				enter_dir_safely(currentfile.path)
 			else
 				mode = @buffer == 'L' ? 1 : 0
-				Action.run(RunContext.new(getfiles, mode))
+				Action.run(RunContext.new(getfiles, mode, 'a'))
 			end
 
 		when /^[ri](\d*)([adetw]*)[ri]$/