1 2 3 4 5
" vim filetype detect file " Set filetype to 'spss' on opening a buffer as '*.sps' au BufNewFile,BufRead *.{sps,spss} setfiletype spss