view ci/if_ver-2.vim @ 29462:69dae6485ca8

Added tag v9.0.0072 for changeset 69693a62f2f4f553174ccb3a74a6bd8d5112e95b
author Bram Moolenaar <Bram@vim.org>
date Mon, 25 Jul 2022 22:30:03 +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