othree / html5.vim

HTML5 omnicomplete and syntax
http://www.vim.org/scripts/script.php?script_id=3236
934 stars 76 forks source link

variables in html5.vim does not have 'html5_' prefix. #15

Closed mattn closed 13 years ago

mattn commented 13 years ago

I (probably: and others) prefer to add 'html5_' to all global variables in html5.vim For example,

let g:html5_event_handler_attributes_complete = 0
let g:html5_rdfa_attributes_complete = 0
let g:html5_microdata_attributes_complete = 0
let g:html5_aria_attributes_complete = 0
othree commented 13 years ago

Thanks, this is a good suggestion.

mattn commented 13 years ago

Thanks for your works quickly!