about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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)