Added binzone files

This commit is contained in:
Andrea Mistrali 2016-05-11 11:12:27 +02:00
parent 278442e0db
commit 1e1ab555f7
1 changed files with 6 additions and 0 deletions

6
vimrc
View File

@ -393,6 +393,11 @@ if has("autocmd")
" Javascript
autocmd FileType javascript set sw=4 ts=4 sts=4 smarttab expandtab
autocmd FileType javascript set omnifunc=javascriptcomplete#CompleteJS
" Bind zone file
autocmd BufNewFile,BufRead *.domain setf bindzone
autocmd BufNewFile,BufRead *.zone setf bindzone
"
" Reload .vimrc, after modifications
autocmd BufWritePost ~/.vimrc so ~/.vimrc
@ -401,6 +406,7 @@ if has("autocmd")
endif
" Transparent editing of gpg encrypted files.
augroup encrypted
au!