With the following option:
let g:wiki_filetypes = ['md']
vim freezes (blank screen - does not respond to anything except SIGKILL) when I have a merge conflict in an .md file which I try to resolve using fugitive Gvdiffsplit command (all the fugitive diff commands do the same). If this option is not set, all works fine.
Is there a way to disable wiki in the fugitive diff session?
Steps to reproduce:
- have both wiki.vim and fugitive installed
- create a merge conflict - say in a file
README.md
- set
g:wiki_filetypes to ['md']
- invoke
:Gvdiffsplit README.md