I don't believe this is fixed. I just setup puppet on a new karmic
installation and the puppet syntax highlight is not working. Digging
deeper is appears that the runtimepath for vim set in
/usr/share/vim/vim72/debian.vim is

"~/.vim,/var/lib/vim/addons,/usr/share/vim/vimfiles,/usr/share/vim/vim72,/usr/share/vim/vimfiles/after,/var/lib/vim/addons/after,~/.vim/after"

/usr/share/vim/addons is not included in this path, I believe the files
should go in /var/lib/vim/addons instead.

I checked and found the same problem on jaunty.

workaround for now is the just modify your runtime path and the ftdetect
contents to your .vimrc file

set 
runtimepath=~/.vim,/usr/share/vim/addons,/var/lib/vim/addons,/usr/share/vim/vimfiles,/usr/share/vim/vim72,/usr/share/vim/vimfiles/after,/var/lib/vim/addons/after,~/.vim/after
au BufRead,BufNewFile *.pp set filetype=puppet

-- 
vim plugin should be installed under vim/addons, not vim/vim70
https://bugs.launchpad.net/bugs/181960
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to