about summary refs log tree commit diff stats
path: root/code/keys.rb
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-07-18 21:49:08 +0200
committerhut <hut@lavabit.com>2009-07-18 21:49:08 +0200
commitf5590f434263e9f8fbc7ba5d4211e984bade445a (patch)
tree5696ef7f6e36b8d32ad29b97642fefe983757598 /code/keys.rb
parente3da2766bd220e85d6850ff6a0d1c692dba9c0d0 (diff)
downloadranger-f5590f434263e9f8fbc7ba5d4211e984bade445a.tar.gz
renamed option "dir_first" to "list_dir_first"
this is more obvious :-)
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 b042c10e..f3ea33d0 100644
--- a/code/keys.rb
+++ b/code/keys.rb
@@ -478,7 +478,7 @@ module Fm
 			Option.cd ^= true
 
 		when 'td'
-			Option.dir_first ^= true
+			Option.list_dir_first ^= true
 			@pwd.schedule
 
 		## }}}