Created
September 26, 2012 13:25
-
-
Save atton/3788012 to your computer and use it in GitHub Desktop.
watchdogsrun
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def test { | |
puts "te | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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