Searched +refs:fortran +refs:continuation +refs:indent (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/vim-55/runtime/indent/
H A Dfortran.vim1 " Vim indent file
6 " Usage: Do :help fortran-indent from Vim
8 " Only load this indent file when no other was loaded.
51 " Define the appropriate indent function but only once
68 let ind = indent(a:lnum)
89 " Remove unwanted indent after logical and arithmetic ifs
93 " Remove unwanted indent after type( statements
104 " Fix indent for case statement immediately after select
117 "Use zero indent a
[all...]
/macosx-10.10/vim-55/runtime/
H A Dfiletype.vim12 " Line continuation is used here, remove 'C' from 'cpoptions'
708 au BufNewFile,BufRead *.F,*.FOR,*.FPP,*.FTN,*.F77,*.F90,*.F95,*.F03,*.F08 setf fortran
710 au BufNewFile,BufRead *.f,*.for,*.fortran,*.fpp,*.ftn,*.f77,*.f90,*.f95,*.f03,*.f08 setf fortran
861 au BufNewFile,BufRead .indent.pro setf indent
862 au BufNewFile,BufRead indent.pro call s:ProtoCheck('indent')
881 au BufNewFile,BufRead indentrc setf indent
1773 " Found an "exec" line after a comment with continuation
[all...]

Completed in 125 milliseconds