Skip to content

Instantly share code, notes, and snippets.

@supermomonga
Created October 21, 2013 04:47
Show Gist options
  • Save supermomonga/7078780 to your computer and use it in GitHub Desktop.
Save supermomonga/7078780 to your computer and use it in GitHub Desktop.
" Prompt sample:
" octave-3.2.3:2>
let g:quickrun_config.matlab = {
\ 'command' : 'octave',
\ 'cmdopt' : '--silent --persist',
\ 'hook/cd' : 1,
\ 'runner' : 'process_manager',
\ 'runner/process_manager/load' : '%S:t:r',
\ 'runner/process_manager/prompt': 'octave-[0-9\.]\+:\d\+>\s',
\ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment