Author: glen Date: Wed Aug 12 05:13:18 2009 GMT Module: packages Tag: HEAD ---- Log message: - match custom objects from nagios 3
---- Files affected: packages/vim-syntax-nagios: nagios.vim (1.16 -> 1.17) ---- Diffs: ================================================================ Index: packages/vim-syntax-nagios/nagios.vim diff -u packages/vim-syntax-nagios/nagios.vim:1.16 packages/vim-syntax-nagios/nagios.vim:1.17 --- packages/vim-syntax-nagios/nagios.vim:1.16 Wed Aug 12 06:36:15 2009 +++ packages/vim-syntax-nagios/nagios.vim Wed Aug 12 07:13:12 2009 @@ -83,6 +83,9 @@ syn keyword nagiosDirective contained icon_image icon_image_alt vrml_image statusmap_image syn keyword nagiosDirective contained notes notes_url action_url 2d_coords 3d_coords obsess_over_host inherits_parent +" custom objects: http://nagios.sourceforge.net/docs/3_0/customobjectvars.html +syn match nagiosDirective contained '\<_[a-z]\+\>' + syn keyword nagiosSpecial null hi link nagiosComment Comment ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vim-syntax-nagios/nagios.vim?r1=1.16&r2=1.17&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
