Searched refs:fpp (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | fortran.vim | 100 setlocal suffixesadd+=.f08,.f03,.f95,.f90,.for,.f,.F,.f77,.ftn,.fpp 130 …iles (*.f;*.for;*.f77;*.f90;*.f95;*.f03;*.f08;*.fpp;*.ftn)\t*.f;*.for;*.f77;*.f90;*.f95;*.f03;*.f0…
|
| /vim-8.2.3635/src/ |
| H A D | fold.c | 48 static int foldFind(garray_T *gap, linenr_T lnum, fold_T **fpp); 1138 foldFind(garray_T *gap, linenr_T lnum, fold_T **fpp) in foldFind() argument 1146 *fpp = NULL; in foldFind() 1170 *fpp = fp + i; in foldFind() 1174 *fpp = fp + low; in foldFind()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_filetype.vim | 186 …\ 'fortran': ['file.f', 'file.for', 'file.fortran', 'file.fpp', 'file.ftn', 'file.f77', 'file.f90'…
|
| /vim-8.2.3635/runtime/ |
| H A D | filetype.vim | 644 au BufNewFile,BufRead *.f,*.for,*.fortran,*.fpp,*.ftn,*.f77,*.f90,*.f95,*.f03,*.f08 setf fortran
|