view ci/if_ver-2.vim @ 30396:359c0d2bb4db

Added tag v9.0.0533 for changeset e516c566fd0c7db32b7a36c24f8c33e077fef3c0
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Sep 2022 16: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