summaryrefslogtreecommitdiff
path: root/uvim/ci/if_ver-2.mnv
blob: c848444cab1aaefbd85fe72a4e39338ab0e11663 (plain)
1
2
3
4
5
6
7
8
9
10
" Print py3 interface versions. Part 2.
" This is done separately from part 1 because MNV cannot concurrently load
" Python 2 and 3 together.

if 1 " This prevents it from being run in tiny versions
  execute 'source' expand('<sfile>:h') .. '/if_ver-cmd.mnv'

  echo 'Python 3:'
  PrintVer python3 print(sys.version)
endif