about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-07-24 04:10:48 +0200
committerhut <hut@lavabit.com>2009-07-24 04:10:48 +0200
commitec521b1eaade1c6f8bc8f6fc112cb2e1976bd832 (patch)
tree61432b08b65df9578b2fe1cfe39e7ff1c2f934d0
parent032e29bf97c681ae7740e5060a67b241c24e8e18 (diff)
downloadranger-ec521b1eaade1c6f8bc8f6fc112cb2e1976bd832.tar.gz
apps fix
-rw-r--r--data/apps.rb2
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)