ashisha / image.vim

View images in Vim, because Vim is awesome!
Other
136 stars 26 forks source link

Python3 Support #6

Open makerj opened 5 years ago

makerj commented 5 years ago

Hi

Is there any plan for supporting python3?

kcheng0222 commented 4 years ago

Hello! Quick solution:

  1. Change all xrange to range.
  2. Replace if !has("python") on line 3 with if !has("python3")

Done!

mi60dev commented 3 years ago

https://github.com/ashisha/image.vim/pull/13 Added Python3 Support while keeping the Python2 support.

Clean pull request, no extra stuff.