Lines Matching refs:context
119 " a:base is very short - we need context
123 let context = matchstr(b:compl_context, '^<\zs.*')
129 if context =~ '^\/'
176 if context =~ '>'
177 " Generally if context contains > it means we are outside of tag and
187 if context == ''
190 let tag = split(context)[0]
197 let attr = matchstr(context, '.*\s\zs.*')
200 if context =~ '\s'
224 let attrbase = matchstr(context, ".*[\"']")
305 if context =~ '^\/'
316 if context =~ '^!'
320 if m =~ '^'.context
323 elseif m =~ context
334 if context =~ '^?'
338 if m =~ '^'.context
340 elseif m =~ context
364 let context = substitute(context, '^\k*:', '', '')
367 if m =~ '^'.context
369 elseif m =~ context