diff options
author | hut <hut@lavabit.com> | 2009-07-24 04:10:48 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-07-24 04:10:48 +0200 |
commit | ec521b1eaade1c6f8bc8f6fc112cb2e1976bd832 (patch) | |
tree | 61432b08b65df9578b2fe1cfe39e7ff1c2f934d0 | |
parent | 032e29bf97c681ae7740e5060a67b241c24e8e18 (diff) | |
download | ranger-ec521b1eaade1c6f8bc8f6fc112cb2e1976bd832.tar.gz |
apps fix
-rw-r--r-- | data/apps.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/apps.rb b/data/apps.rb index 089aba40..74effd44 100644 --- a/data/apps.rb +++ b/data/apps.rb @@ -103,7 +103,7 @@ module Application 'map H :unmap h<CR>:unmap H<CR>:unmap q<CR>', ].map {|x| "+'#{x}'"}.join(' ') - "vi #{commands} #{files}" + "vi #{commands} -- #{files}" end def javac(files) |