view ci/if_ver-2.vim @ 30836:11e7cb28f830

Added tag v9.0.0752 for changeset 93d8f81b8610276dcc6aeee59f6536e2072b567a
author Bram Moolenaar <Bram@vim.org>
date Fri, 14 Oct 2022 21:30:06 +0200
parents 27ff44268da5
children
line wrap: on
line source

" 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