view ci/if_ver-2.vim @ 30587:8b4040d04c32

Added tag v9.0.0628 for changeset 4a1b0a12b4301a79cdb2ce7c1aeff27cfd63d6b7
author Bram Moolenaar <Bram@vim.org>
date Fri, 30 Sep 2022 13:15: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