[Bug 1304829] [NEW] Add missing options for bind9.
David Peall
1304829 at bugs.launchpad.net
Wed Apr 9 06:19:22 UTC 2014
Public bug reported:
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
** Affects: vim (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to vim in Ubuntu.
https://bugs.launchpad.net/bugs/1304829
Title:
Add missing options for bind9.
Status in “vim” package in Ubuntu:
New
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
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/1304829/+subscriptions
More information about the foundations-bugs
mailing list