vim / vim-appimage

AppImage for gVim
115 stars 20 forks source link

Consider to enable python-stable-api for appimage build ? #62

Closed skywind3000 closed 10 months ago

skywind3000 commented 10 months ago

The python-stable-api works quite well in the Window nightly builds.

Having been using it for one month, I believe it is stable enough.

Can we enable this for the appimage build too, please ?

skywind3000 commented 10 months ago

thanks

mralusw commented 6 months ago

commit 39f585d did not fix the issue, but instead disabled python3, enabled python2 and introduced a (broken, but ignored) --with-python3-stable-abi (this flag actually needs a value). Just try running :python3 from any of the recent appimages. Surprisingly no-one noticed.