view ci/if_ver-2.vim @ 30246:23088f4486a5

Added tag v9.0.0458 for changeset 8f85b5c454328931588f1416a1311cddfbb96057
author Bram Moolenaar <Bram@vim.org>
date Tue, 13 Sep 2022 19:45:04 +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