]> git.sur5r.net Git - bacula/bacula/blob - scripts/filetype.vim
Make out of freespace non-fatal for removable devices -- i.e. behaves like tape
[bacula/bacula] / scripts / filetype.vim
1 " put this file to $HOME/.vim
2 if exists("have_load_filetypes")
3       finish
4 endif
5 augroup filetypedetect
6       au! BufRead,BufNewFile bacula-dir.conf    setfiletype bacula
7 augroup END