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

vimtex_quickfix_autoclose_after_keystrokes close active Quickfix buffer #2161

Closed
einhander opened this issue Sep 6, 2021 · 4 comments
Closed
Labels

Comments

@einhander
Copy link

Description

Hi, I use nvim and vimtex_quickfix_autoclose_after_keystrokes. Vimtex count movement in Quickfix buffer and close it after couner reached. It's somehow connected with language settings because if I use LANG=C vimtex_quickfix_autoclose_after_keystrokes works as expected.

Steps to reproduce

Set language into non English locale.
set vimtex_quickfix_autoclose_after_keystrokes non zero.
Open quickfix buffer and switch to it.

Expected behavior

Quickfix buffer is open, despite vimtex_quickfix_autoclose_after_keystrokes value.

Actual behavior

Quickfix buffer close after vimtex_quickfix_autoclose_after_keystrokes reached.

Do you use a latexmkrc file?

yes, but non relevant

VimtexInfo

System info
  OS: Debian GNU/Linux bookworm/sid
  Vim version: NVIM v0.4.4
  Has clientserver: true
  Servername: /tmp/nvimHpe4n5/0

VimTeX project: lecture
  base: lecture.tex
  root: /home/einhander/Documents/1Печатное/Учебные/Лекции/Экологическая безопасность/Лекция 01
  tex: /home/einhander/Documents/1Печатное/Учебные/Лекции/Экологическая безопасность/Лекция 01/lecture.tex
  main parser: current file
  document class: 
  source files:
    lecture.tex
    inc/settings.tex
  compiler: latexmk
    engine: -pdf
    options:
      -pdf
      -shell-escape
      -verbose
      -file-line-error
      -synctex=1
      -interaction=nonstopmode
    callback: 1
    continuous: 1
    executable: latexmk
  viewer: Zathura
    xwin id: 0
  qf method: LaTeX logfile
@einhander einhander added the bug label Sep 6, 2021
@einhander
Copy link
Author

Update: ls! command give me buffer name - "[Список быстрых исправлений]" and "[Quickfix List]" with LANG=C.

lervag added a commit that referenced this issue Sep 7, 2021
@lervag
Copy link
Owner

lervag commented Sep 7, 2021

I believe this should work now; please test.

@lervag lervag closed this as completed Sep 7, 2021
@einhander
Copy link
Author

Thank you very much! Work perfectly!

@lervag
Copy link
Owner

lervag commented Sep 7, 2021

Great, glad to hear it :)

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