Skip to content

Commit

Permalink
Change tm-file: → file:
Browse files Browse the repository at this point in the history
  • Loading branch information
infininight committed Aug 26, 2012
1 parent 0898a8b commit f20b520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Support/OCamlMate/run_script.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def run
script = UserScript.new
map = {
'SCRIPT_NAME' => script.display_name,
'BUNDLE_SUPPORT' => "tm-file://#{ENV['TM_BUNDLE_SUPPORT'].gsub(/ /, '%20')}",
'BUNDLE_SUPPORT' => "file://#{ENV['TM_BUNDLE_SUPPORT'].gsub(/ /, '%20')}",
}
puts DATA.read.gsub(/\$\{([^}]+)\}/) { |m| map[$1] }

Expand Down

0 comments on commit f20b520

Please sign in to comment.