How to I submit and update for /usr/share/vim/vim72/filetype.vim

Asked by David Peall

I'd like to propose a change to the default /usr/share/vim/vim72/filetype.vim on ubuntu. The change is simple:

From :
" BIND configuration
au BufNewFile,BufRead named.conf,rndc.conf setf named

To:
" BIND configuration
au BufNewFile,BufRead named.conf*,rndc.conf setf named

If someone could direct me to the right place to submit/suggest the change.

Thank you.
--
Dave

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu vim Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Log a bug with your fix, should do it

Revision history for this message
David Peall (dkpeall) said :
#2

I was hoping for more direction where do I log the bug?

https://launchpad.net/vim has all the options disabled?

Revision history for this message
Manfred Hampl (m-hampl) said :
#3

You can create a bug report either on the ubuntu vim pages
https://bugs.launchpad.net/ubuntu/+source/vim/+filebughttps://bugs.launchpad.net/ubuntu/+source/vim/+filebug
or you can go to the vim home page http://www.vim.org/

Revision history for this message
Best Manfred Hampl (m-hampl) said :
#4

You can create a bug report either on the ubuntu vim pages
https://bugs.launchpad.net/ubuntu/+source/vim/+filebug
https://bugs.launchpad.net/ubuntu/+source/vim/+filebug
or you can go to the vim home page http://www.vim.org/

Revision history for this message
David Peall (dkpeall) said :
#5

Thanks I didn't see that vim page!

Revision history for this message
David Peall (dkpeall) said :
#6

Thanks Manfred Hampl, that solved my question.