summaryrefslogtreecommitdiffstats
path: root/ci/if_ver-2.vim
blob: 83e80e48fff8c59a097a43d1056e641db5801a0f (plain)
1
2
3
4
5
6
7
8
" Print py3 interface versions for Ubuntu. Part 2.

if 1
  execute 'source' expand('<sfile>:h') .. '/if_ver-cmd.vim'

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