Sha256: 998fb288c5012f7a57c7c5a89460f7ef2465519bb30c17d1de2582fbffecc74c
Contents?: true
Size: 379 Bytes
Versions: 17
Compression:
Stored size: 379 Bytes
Contents
#!/usr/bin/env ruby lib = File.expand_path(File.dirname(__FILE__) + '/../lib') $LOAD_PATH.unshift(lib) if File.directory?(lib) && !$LOAD_PATH.include?(lib) require 'vimgolf' begin VimGolf::CLI.start rescue VimGolf::Error => e VimGolf.ui.print_exception(e) exit(1) rescue Interrupt => e puts VimGolf.ui.print_exception(e) VimGolf.ui.say("Quitting...") exit(1) end
Version data entries
17 entries across 17 versions & 1 rubygems