Guest User

Untitled

a guest
May 21st, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. let g:quickrun_config = {
  2. \ 'fortran': {
  3. \ 'command': 'gfortran',
  4. \ 'exec': ['%c %s -o %s:p:r', '%s:p:r %a', 'rm -f %s:p:r'],
  5. \ 'tempfile': '{tempname()}.f90',
  6. \ },
  7. \ }
Add Comment
Please, Sign In to add comment