Lines Matching refs:tagline
166 let res = [{'match': match, 'tagline' : '', 'kind' : kind, 'info' : line}]
168 " Completing one word and it's a local array variable: build tagline
172 let tagline = "\t/^" . line . '$/'
173 let res = [{'match': match, 'tagline' : tagline, 'kind' : kind, 'info' : line}]
279 let res['tagline'] = ''
284 let res['tagline'] = "\t" . a:val['cmd']
341 " "val['tagline']" is the tagline in which the last part was found.
343 let line = a:val['tagline']
493 " Each match is a dictionary with "match" and "tagline" entries.
553 let item = {'match': memb, 'tagline': l['text']}
606 let line = a:matches[i]['tagline']