parent
04ed865eff
commit
dd6a04fea4
@ -205,7 +205,7 @@ function! s:bib.search(regexp) dict " {{{2
|
|||||||
if len(matches) > 1
|
if len(matches) > 1
|
||||||
call add(res, {
|
call add(res, {
|
||||||
\ 'key': matches[2],
|
\ 'key': matches[2],
|
||||||
\ 'type': '',
|
\ 'type': 'thebibliography',
|
||||||
\ 'author': '',
|
\ 'author': '',
|
||||||
\ 'year': '',
|
\ 'year': '',
|
||||||
\ 'title': matches[2],
|
\ 'title': matches[2],
|
||||||
|
Loading…
Reference in New Issue
Block a user