Skip to content

Instantly share code, notes, and snippets.

View wy-z's full-sized avatar
🎯
Focusing

weiyang wy-z

🎯
Focusing
View GitHub Profile
{"sig":"c55c47b480f154aecee15679861bcb6f0453ddf15df7448c6a051027f7e3a01ec61fbcdab106094cfa3eb2c29d524109b686390e1b606d662b162f8beed8ae171","msghash":"bbfd7064473e2d75794f5a4fce6c6fe557b18cb7d5bb20da69ac01b8330b2c71"}
@wy-z
wy-z / eosio_cpp.exrc
Last active May 26, 2019 13:46
Neomaker maker for eosio contract development
let g:neomake_cpp_enabled_makers = ["eosio_cpp"]
let g:neomake_cpp_eosio_cpp_maker = {
\ 'exe': 'eosio-cpp',
\ 'args': ['-c', '-o', g:neomake#compat#dev_null],
\ 'errorformat':
\ '%-G%f:%s:,' .
\ '%f:%l:%c: %trror: %m,' .
\ '%f:%l:%c: %tarning: %m,' .
\ '%I%f:%l:%c: note: %m,' .