]> git.sur5r.net Git - bacula/bacula/blob - bacula/scripts/filetype.vim
Ensure that we always close the transaction in db_big_sql_query()
[bacula/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