Skip to content

Instantly share code, notes, and snippets.

@gu-fan
Created July 12, 2014 11:32
Show Gist options
  • Save gu-fan/c36ae8b04cff14eb52f4 to your computer and use it in GitHub Desktop.
Save gu-fan/c36ae8b04cff14eb52f4 to your computer and use it in GitHub Desktop.
riv debug
fun! s:convert(options) "{{{
...
let exe = 'rst2'.ft.'2.py'
echoe exe
...
echoe exe
call s:sys( exe." ". style ." ". args ." "
\.shellescape(input)
\." > ".shellescape(output) )
...
endfun "}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment