Created
July 12, 2014 11:32
-
-
Save gu-fan/c36ae8b04cff14eb52f4 to your computer and use it in GitHub Desktop.
riv debug
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
| 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