gyim / vim-boxdraw

An ASCII box drawing plugin for Vim
MIT License
194 stars 18 forks source link

Invoke python using "python3" #12

Closed liskin closed 3 years ago

liskin commented 3 years ago

Many systems (e.g. Debian) no longer provide the "python" command as Python 2 is end of life and the "python" command is usually associated with Python 2.

Fixes: https://github.com/gyim/vim-boxdraw/issues/11

gyim commented 3 years ago

Thanks for the fix! I didn't have this problem, but I guess my distro is just too old...

yatli commented 3 years ago

this breaks on Windows+python3 which doesn't provide python3.{exe,bat,com}