diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2015-01-23 21:09:23 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2015-01-23 21:09:23 +0100 |
commit | 6745c49110838db9ac39e85bbcf690b40bc20f83 (patch) | |
tree | 3b1c42f67bacb5ddb5b6afc5b4610f4c238877a7 /autoload/xml/html5.vim | |
parent | 1a97304cf642e9f887122e162b1999768b60c9d7 (diff) | |
download | vim-polyglot-6745c49110838db9ac39e85bbcf690b40bc20f83.tar.gz vim-polyglot-6745c49110838db9ac39e85bbcf690b40bc20f83.zip |
Update all packagesv1.11.2
Diffstat (limited to 'autoload/xml/html5.vim')
-rw-r--r-- | autoload/xml/html5.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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, |