blob: f717ec1e562c78d15869dfc81466690ad8d59250 [file] [log] [blame]
Yee Cheng Chinbb8e5dd2025-03-30 14:48:29 +02001" Print py3 interface versions. Part 2.
2" This is done separately from part 1 because Vim cannot concurrently load
3" Python 2 and 3 together.
Bram Moolenaar23877732020-01-21 22:13:42 +01004
Yee Cheng Chinbb8e5dd2025-03-30 14:48:29 +02005if 1 " This prevents it from being run in tiny versions
Bram Moolenaar23877732020-01-21 22:13:42 +01006 execute 'source' expand('<sfile>:h') .. '/if_ver-cmd.vim'
7
8 echo 'Python 3:'
9 PrintVer python3 print(sys.version)
10endif