lib/vimgolf/cli.rb in vimgolf-0.4.5 vs lib/vimgolf/cli.rb in vimgolf-0.4.6

- old
+ new

@@ -1,9 +1,9 @@ module VimGolf GOLFDEBUG = ENV['GOLFDEBUG'].to_sym rescue false - GOLFHOST = ENV['GOLFHOST'] || "http://vimgolf.com" + GOLFHOST = ENV['GOLFHOST'] || "http://www.vimgolf.com" GOLFDIFF = ENV['GOLFDIFF'] || 'diff' GOLFSHOWDIFF = ENV['GOLFSHOWDIFF'] || 'vim -d -n' GOLFVIM = ENV['GOLFVIM'] || 'vim' PROXY = ENV['http_proxy'] || '' @@ -137,11 +137,12 @@ end end else error = <<-MSG - Uh oh, Vim did not exit properly. If the problem persists, please - report the error on github.com/igrigorik/vimgolf + Uh oh, Vim did not exit properly. + Please ensure you can execute 'Vim' from the commandline. + If the problem persists, please report the error on github.com/igrigorik/vimgolf MSG VimGolf.ui.error error end