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

%TODO & %FIXME not appearing in TOC #2546

Closed
HawkinsT opened this issue Oct 30, 2022 · 3 comments
Closed

%TODO & %FIXME not appearing in TOC #2546

HawkinsT opened this issue Oct 30, 2022 · 3 comments
Labels

Comments

@HawkinsT
Copy link

Description

If there's no space between % the keyword TODO or FIXME, then this line will not appear in the Vimtex TOC under the todo/fixme section. Since vim and neovim both still highlight these keywords if they're written as, e.g. %TODO (instead of % TODO), I'd expect them to still show up in the todo/fixme list in the Vimtex TOC.

Steps to reproduce

No response

Expected behavior

No response

Actual behavior

No response

Do you use a latexmkrc file?

Sometimes

VimtexInfo

System info:
  OS: Arch Linux
  Vim version: NVIM v0.9.0-dev-136-gfad558b6a
  Has clientserver: true
  Servername: /run/user/1000/nvim.450305.0

VimTeX project: main
  base: main.tex
  root: /home/username
  tex: /home/username/main.tex
  main parser: fallback current file
  document class: 
  compiler: latexmk
    engine: -lualatex
    options:
      -pdflatex=lualatex
      -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
@HawkinsT HawkinsT added the bug label Oct 30, 2022
lervag added a commit that referenced this issue Oct 30, 2022
@lervag
Copy link
Owner

lervag commented Oct 30, 2022

Thanks, this should be fixed now.

@lervag lervag closed this as completed Oct 30, 2022
@HawkinsT
Copy link
Author

HawkinsT commented Nov 4, 2022

Great! Many thanks for your continued hard work!

@lervag
Copy link
Owner

lervag commented Nov 4, 2022

My pleasure; thanks for opening issues and for the kind words!

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