Skip to content

Instantly share code, notes, and snippets.

@rinx
Created May 19, 2014 12:42
Show Gist options
  • Save rinx/35bdb3af7c08a546b14f to your computer and use it in GitHub Desktop.
Save rinx/35bdb3af7c08a546b14f to your computer and use it in GitHub Desktop.
let s:extfname = expand("%:e")
if s:extfname ==? "f90"
let fortran_free_source=1
unlet! fortran_fixed_source
else
let fortran_fixed_source=1
unlet! fortran_free_source
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment