Skip to content

Instantly share code, notes, and snippets.

@atton
Created September 26, 2012 13:25
Show Gist options
  • Save atton/3788012 to your computer and use it in GitHub Desktop.
Save atton/3788012 to your computer and use it in GitHub Desktop.
watchdogsrun
:compiler ruby
:make -c %
した時のquickfix
hoge.rb|1 error| syntax error, unexpected '{', expecting '\n' or ';'
hoge.rb|2 error| unterminated string meets end of file
def test {
puts "te
:WatchDogsRun
した時のquickfix
|| /Users/user/Desktop/hoge.rb:1: syntax error, unexpected '{', expecting ';' or '\n'
|| /Users/user/Desktop/hoge.rb:2: unterminated string meets end of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment