Skip to content

Instantly share code, notes, and snippets.

@soh335
Created June 28, 2010 03:27
Show Gist options
  • Save soh335/455417 to your computer and use it in GitHub Desktop.
Save soh335/455417 to your computer and use it in GitHub Desktop.
let g:quickrun_config = {
\ 'objc': {
\'command': 'gcc',
\'exec': ['%c %s -o %s:p:r -framework Cocoa', '%s:p:r %a', 'rm -f %s:p:r'],
\'tempfile': '{tempname()}.c',
\}
\}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment