Add [thebibliography] as indicator for cite completion

Ref. #531
This commit is contained in:
Karl Yngve Lervåg 2016-08-25 22:26:02 +02:00
parent 04ed865eff
commit dd6a04fea4

View File

@ -205,7 +205,7 @@ function! s:bib.search(regexp) dict " {{{2
if len(matches) > 1
call add(res, {
\ 'key': matches[2],
\ 'type': '',
\ 'type': 'thebibliography',
\ 'author': '',
\ 'year': '',
\ 'title': matches[2],