Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

% does not work in .bib file #2433

Closed
zhyiyu opened this issue Jul 8, 2022 · 2 comments
Closed

% does not work in .bib file #2433

zhyiyu opened this issue Jul 8, 2022 · 2 comments
Labels

Comments

@zhyiyu
Copy link

zhyiyu commented Jul 8, 2022

Description

With vimtex installed, % does move cursor between matching parentheses in Vim normal mode.

Steps to reproduce

  1. Install and setup vimtex.
  2. Open a .bib file with Vim.
  3. Type in something that contains matching parentheses.
  4. In normal mode, you will find that % will not let you jump between parentheses.

Expected behavior

In Vim normal mode, pressing % should move cursor between matching parentheses.

Actual behavior

Pressing % has no effect in .bib files.

Do you use a latexmkrc file?

No

VimtexInfo

System info:
  OS: Mac OS X 10.15.7 (19H1922)
  Vim version: VIM 8.1 (1-503, 505-680, 682-2292, 3402, 3409, 3428, 3489)
  Has clientserver: false

VimTeX project: main
  base: main.tex
  root: /Users/zyy/Dropbox/research/working/jet structure/note
  tex: /Users/zyy/Dropbox/research/working/jet structure/note/main.tex
  main parser: current file verified
  document class: article
  packages: adjcalc adjustbox amsbsy amsfonts amsgen amsmath amsopn amssymb amstext array atbegshi authblk authoraftertitle auxhook babel biblatex calc caption caption3 catchfile catoptions cleveref collectbox currfile defpattern doi enumitem esvect etex etexcmds etoolbox everyshi expl3 filehook float fp fp-a
  compiler: latexmk
    engine: -xelatex
    options:
      -verbose
      -file-line-error
      -synctex=1
      -interaction=nonstopmode
    callback: 1
    continuous: 1
    executable: latexmk
  viewer: General
  qf method: LaTeX logfile
@zhyiyu zhyiyu added the bug label Jul 8, 2022
lervag added a commit that referenced this issue Jul 8, 2022
@lervag
Copy link
Owner

lervag commented Jul 8, 2022

Fixed. Please test.

@lervag lervag closed this as completed Jul 8, 2022
@zhyiyu
Copy link
Author

zhyiyu commented Jul 9, 2022

It is working now, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants