How to check python version that vim was compiled with? August 13, 2023 by Tarik I just discovered here that you can also do it with :python import sys; print(sys.version)