-
Notifications
You must be signed in to change notification settings - Fork 407
Vimtex error with vim-pandoc-syntax #2120
Copy link
Copy link
Closed
Description
When trying to open a pandoc flavored markdown file [pandoc.markdown] an Error detected while processing function is shown.
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 ENDReproduce 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
