SidOfc / mkdx

A vim plugin that adds some nice extra's for working with markdown documents
https://www.vim.org/scripts/script.php?script_id=5620
MIT License
482 stars 13 forks source link

fix(autoload) call complete_add only on second call to completefunc #160

Closed AckslD closed 2 years ago

AckslD commented 2 years ago

Closes #159 and also avoids the crashig nvim due to https://github.com/neovim/neovim/issues/17489

SidOfc commented 2 years ago

Thank you @AckslD 🎉

Confirmed working as intended 👍