From 6745c49110838db9ac39e85bbcf690b40bc20f83 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Fri, 23 Jan 2015 21:09:23 +0100 Subject: Update all packages --- autoload/xml/html5.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoload/xml/html5.vim') diff --git a/autoload/xml/html5.vim b/autoload/xml/html5.vim index 67926f59..5ec9cd7e 100644 --- a/autoload/xml/html5.vim +++ b/autoload/xml/html5.vim @@ -601,7 +601,7 @@ let g:xmldata_html5 = { \ ], \ 'meta': [ \ [], - \ extend(copy(global_attributes), {'name': [], 'http-equiv': ['refresh', 'default-style', 'content-type'], 'content': [], 'charset': charset}) + \ extend(copy(global_attributes), {'name': ['application-name', 'author', 'description', 'generator', 'referrer', 'creator', 'googlebot', 'publisher', 'robots', 'slurp', 'viewport', 'theme-color'], 'http-equiv': ['refresh', 'default-style', 'content-type'], 'content': [], 'charset': charset}) \ ], \ 'meter': [ \ phrasing_elements, -- cgit v1.2.3