D0n9X1n / markdown-preview.vim

Yet, just another markdown preview plugin for vim.
https://github.com/D0n9X1n/markdown-preview.vim
MIT License
73 stars 12 forks source link

Support for "python/dyn" and not just "python" #16

Closed chris2fr closed 3 years ago

chris2fr commented 3 years ago

Expected Behavior

Default Windows installers use "python/dyn" and not "python" as compile options. This works with other plugins and should also work with this markdown-preview.

: version will have both +python/dyn and +python3/dyn but no trace of python nor python3 (if not prefixes of -).

The plugin should load and work.

Actual Behavior

The plugin doesn't load because of a requirement for python

chris2fr commented 3 years ago

I had 32-bit Vim on my windows machine without 32bit Python. Resolution was to install 64-bit Vim.

D0n9X1n commented 3 years ago

Cool~

D0n9X1n commented 3 years ago

Could you help me to check the previous ISSUE #15 fixed?

I believe you can just update this plugin by :PlugUpdate or other similiar commands.