Skip to content

Vimtex error with vim-pandoc-syntax #2120

@listout

Description

@listout

When trying to open a pandoc flavored markdown file [pandoc.markdown] an Error detected while processing function is shown.

pandoc_error

Minimal vimrc

call plug#begin('~/.config/nvim/plugged')
Plug 'lervag/vimtex'
Plug 'vim-pandoc/vim-pandoc-syntax'
call plug#end()

augroup pandoc_syntax
	au! BufNewFile,BufFilePre,BufRead *.md set filetype=markdown.pandoc
augroup END

Reproduce the issue

vim -u init.vim test.md

Even tried with vim-plugs lazy loading feature, same issue.


Reversing back to commit b292c2a seems to fix the issue. I have tried reverting back to some commits in vim-pandoc-syntax, while keeping vimtex at current head (b4fc8ae), but the problem still remained.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions