diff options
author | hut <hut@lavabit.com> | 2009-07-18 21:49:08 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-07-18 21:49:08 +0200 |
commit | f5590f434263e9f8fbc7ba5d4211e984bade445a (patch) | |
tree | 5696ef7f6e36b8d32ad29b97642fefe983757598 /code/keys.rb | |
parent | e3da2766bd220e85d6850ff6a0d1c692dba9c0d0 (diff) | |
download | ranger-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.rb | 2 |
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 ## }}} |