2017-03-27 09:37:02 +00:00
|
|
|
diff -up vim80/runtime/filetype.vim.bindsyntax vim80/runtime/filetype.vim
|
2017-03-29 12:39:44 +00:00
|
|
|
--- vim80/runtime/filetype.vim.bindsyntax 2017-03-30 14:35:27.226674642 +0200
|
|
|
|
+++ vim80/runtime/filetype.vim 2017-03-30 14:43:01.743145007 +0200
|
|
|
|
@@ -289,7 +289,7 @@ au BufNewFile,BufRead *.bst setf bst
|
2017-03-27 09:37:02 +00:00
|
|
|
|
|
|
|
" BIND configuration
|
2017-03-29 12:39:44 +00:00
|
|
|
" sudoedit uses namedXXXX.conf
|
|
|
|
-au BufNewFile,BufRead named*.conf,rndc*.conf setf named
|
|
|
|
+au BufNewFile,BufRead named*.conf,rndc*.conf,rndc*.key,named.* setf named
|
2017-03-27 09:37:02 +00:00
|
|
|
|
|
|
|
" BIND zone
|
|
|
|
au BufNewFile,BufRead named.root setf bindzone
|