view ci/if_ver-2.vim @ 31143:7f0cb4441fd7

Added tag v9.0.0905 for changeset 7b16ac81a34903fc0498e66a7941dd6af920b3d4
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Nov 2022 00:15:04 +0100
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