view ci/if_ver-2.vim @ 29770:653c04c1dcf1

Added tag v9.0.0224 for changeset e0259a817d8212980fc90afb2c73c51b2273dc83
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Aug 2022 17:00:05 +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