File: filetype.vim

package info (click to toggle)
bacula 9.4.2-2%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 22,924 kB
  • sloc: ansic: 149,516; cpp: 28,073; sh: 24,968; makefile: 4,300; perl: 3,430; sql: 1,368; awk: 128; python: 125; xml: 64; sed: 25
file content (7 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
" put this file to $HOME/.vim
if exists("have_load_filetypes")
      finish
endif
augroup filetypedetect
      au! BufRead,BufNewFile bacula-dir.conf	setfiletype bacula
augroup END