Created
May 19, 2014 12:42
-
-
Save rinx/35bdb3af7c08a546b14f to your computer and use it in GitHub Desktop.
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
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