xref: /vim-8.2.3635/ci/if_ver-2.vim (revision 2387773d)
1" Print py3 interface versions for Ubuntu. Part 2.
2
3if 1
4  execute 'source' expand('<sfile>:h') .. '/if_ver-cmd.vim'
5
6  echo 'Python 3:'
7  PrintVer python3 print(sys.version)
8endif
9