Lines Matching refs:style
363 let style = [s:settings.use_xhtml ? "" : '-->']
442 " Grab the style information. Some of this will be duplicated so only insert
445 let style_start = search('^<style\( type="text/css"\)\?>')
447 let style_end = search('^</style>')
451 if index(style, a_style) == -1
454 let diff_style_start = len(style)-1
457 call insert(style, a_style, insert_index)
545 if len(style) > 0
655 \ ['<style' . (s:html5 ? '' : 'type="text/css"') . '>']+
656 \ style+
665 \ '</style>'