Add missing options for bind9.

Bug #1304829 reported by David Peall
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
vim (Ubuntu)
New
Undecided
Unassigned

Bug Description

I've created this patch to add syntax for all bind configuration files and I've added a missing keyword zone option to bind.vim.

How do I go about submitting this?

=== modified file 'runtime/filetype.vim'
--- runtime/filetype.vim 2010-03-07 11:44:45 +0000
+++ runtime/filetype.vim 2014-04-09 06:14:24 +0000
@@ -278,7 +278,7 @@
 au BufNewFile,BufRead *.bst setf bst

 " BIND configuration
-au BufNewFile,BufRead named.conf,rndc.conf setf named
+au BufNewFile,BufRead named.conf*,rndc.conf setf named

 " BIND zone
 au BufNewFile,BufRead named.root setf bindzone

=== modified file 'runtime/syntax/named.vim'
--- runtime/syntax/named.vim 2009-05-04 11:13:42 +0000
+++ runtime/syntax/named.vim 2014-04-09 06:14:24 +0000
@@ -168,7 +168,7 @@
 syn keyword namedZoneOpt contained masters forwarders
 \ nextgroup=namedIPlist skipwhite
 syn region namedIPlist contained start=+{+ end=+};+ contains=namedIPaddr,namedIPerror,namedParenError,namedComment
-syn keyword namedZoneOpt contained allow-update allow-query allow-transfer
+syn keyword namedZoneOpt contained allow-update allow-query allow-transfer also-notify
 \ nextgroup=namedAML skipwhite
 syn keyword namedZoneOpt contained update-policy
 \ nextgroup=namedIntSection skipwhite

Revision history for this message
Brian Murray (brian-murray) wrote :

The best way to submit this is via upstream at www.vim.org.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.