Created
October 1, 2012 08:18
-
-
Save atton/3810267 to your computer and use it in GitHub Desktop.
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
{ | |
'args': '', | |
'cmdopt': '', | |
'command': 'ruby', | |
'exec': '%c %o -c %s:p', | |
'hook/hier_update/enable_exit': 1, | |
'hook/output_config/enable_module_loaded': '1', | |
'hook/output_config/log': '1', | |
'hook/quickfix_replate_tempname_to_bufnr/enable_exit': 1, | |
'hook/quickfix_replate_tempname_to_bufnr/priority_exit': -10, | |
'hook/quickfix_stateus_enable/enable_exit': 1, | |
'input': '', | |
'mode': 'n', | |
'outputter': 'quickfix', | |
'region': {'first': [1, 0, 0], 'last': [3, 0, 0], 'wise': 'V'}, | |
'runner': 'vimproc', | |
'runner/vimproc/updatetime': 50, | |
'split': '', | |
'src': '# -*- coding: utf-8 -*-^@^@def {', | |
'srcfile': '/var/folders/bd/7vfb6bns2dzg2f974vgwmtcw0000gn/T/vmP5Oib/3', | |
'tempfile': '%{tempname()}', | |
'type': 'watchdogs_checker/ruby' | |
} |
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
/private/var/folders/bd/7vfb6bns2dzg2f974vgwmtcw0000gn/T/vmP5Oib/3|3| syntax error, unexpected tLBRACE | |
|| def { | |
|| ^ |
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
{ | |
'args': '', | |
'cmdopt': '', | |
'command': 'ruby', | |
'exec': '%c %o -c %s:p', | |
'hook/hier_update/enable_exit': 1, | |
'hook/output_config/enable_module_loaded': '1', | |
'hook/output_config/log': '1', | |
'hook/quickfix_replate_tempname_to_bufnr/enable_exit': 1, | |
'hook/quickfix_replate_tempname_to_bufnr/priority_exit': -10, | |
'hook/quickfix_stateus_enable/enable_exit': 1, | |
'input': '', | |
'mode': 'n', | |
'outputter': 'quickfix', | |
'region': {'first': [1, 0, 0], 'last': [3, 0, 0], 'wise': 'V'}, | |
'runner': 'vimproc', | |
'runner/vimproc/updatetime': 50, | |
'split': '', | |
'src': '# -*- coding: utf-8 -*-^@^@def {', | |
'srcfile': '/var/folders/bd/7vfb6bns2dzg2f974vgwmtcw0000gn/T/vmP5Oib/4', | |
'tempfile': '%{tempname()}', | |
'type': 'watchdogs_checker/ruby' | |
} |
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
hoge.rb|3| syntax error, unexpected tLBRACE | |
|| def { | |
|| |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment