vim-pandoc / vim-pandoc-syntax

pandoc markdown syntax, to be installed alongside vim-pandoc
MIT License
424 stars 61 forks source link

fold method switches to syntax from ruby.vim #241

Closed Konfekt closed 4 years ago

Konfekt commented 6 years ago

After :doautocmd Syntax in a markdown file, foldmethod switches from expr to syntax from ftplugin/ruby.vim.

Konfekt commented 4 years ago

See https://github.com/tpope/vim-markdown/issues/154 for further details.

Konfekt commented 4 years ago

Closed by https://github.com/tpope/vim-markdown/commit/719b046bbec79879add51b7e95415db06a394f30

alerque commented 4 years ago

So...is this not a problem for vim-pandoc at all?

Konfekt commented 4 years ago

No longer. It used to be, since markdown.vim was loaded, too.

Konfekt commented 4 years ago

I was wrong. The same issue is reproduced here. https://github.com/vim-pandoc/vim-pandoc-syntax/pull/314 should fix it by the same cure.

alerque commented 4 years ago

Closed by #314.