sh9

Results 3 comments of sh9

[autoload/pandoc/toc.vim](https://github.com/vim-pandoc/vim-pandoc/blob/9f406d964ca70d959b7867f1b5cee3d4884d4d3c/autoload/pandoc/toc.vim#L30-L40) ```vim if g:pandoc#toc#position ==# 'right' let toc_pos = 'vertical' " must be 'botright vertical' elseif g:pandoc#toc#position ==# 'left' let toc_pos = 'topleft vertical' elseif g:pandoc#toc#position ==# 'top' let toc_pos...

Maybe a reproduction and a resolution? problem: `&fo='tcq'`, `&ep=''`. Running ftplugin many times? ```bash mkdir -p ~/.vim/pack/plugins/start cd ~/.vim/pack/plugins/start git clone https://github.com/vim-pandoc/vim-pandoc git clone https://github.com/vim-pandoc/vim-pandoc-syntax # working mkdir ~/.vim/ftplugin vim...

ありがとうございました。