diff --git a/after/ftdetect/foam.vim b/after/ftdetect/foam.vim index dcd77c75b..56cf98263 100644 --- a/after/ftdetect/foam.vim +++ b/after/ftdetect/foam.vim @@ -9,5 +9,5 @@ function! s:foamFile(path) endfor endfunction -autocmd FileType BufNewFile,BufRead *Dict,*Properties,fvSchemes,fvSolution,*/constant/g,*/0/* call s:foamFile(expand("%")) +autocmd BufNewFile,BufRead *Dict,*Properties,fvSchemes,fvSolution,*/constant/g,*/0/* call s:foamFile(expand("%")) autocmd FileType cpp call s:foamFile(expand("%"))