You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is closely related to the feature request I recently made:
When I type <C-x><C-o> in the citekey field of cite commands of the form \volcite{1}[23]{w} and \Volcite{1}[23]{w} (in insert mode, with cursor after the w), the expected citekey autofill menu does not pop up. It only works when I omit the mandatory volume number argument.
I suspect that while the highlighting issue raised in my feature request was fixed, there is another change necessary to make the autofill work.
Description
This is closely related to the feature request I recently made:
When I type
<C-x><C-o>
in the citekey field of cite commands of the form\volcite{1}[23]{w}
and\Volcite{1}[23]{w}
(in insert mode, with cursor after thew
), the expected citekey autofill menu does not pop up. It only works when I omit the mandatory volume number argument.I suspect that while the highlighting issue raised in my feature request was fixed, there is another change necessary to make the autofill work.
Steps to reproduce
nvim -u test.vim main.tex
main.tex:
test.vim:
Expected behavior
The menu should pop up in both cases.
Actual behavior
It only does when the biblatex syntax is incorrect.
Do you use a latexmkrc file?
yes (but it is not relevant)
VimtexInfo
The text was updated successfully, but these errors were encountered: