view ci/if_ver-2.vim @ 30947:b1b4e0ce2b24

Added tag v9.0.0807 for changeset 1819fe895aeaf5269de32aaf9c0f7e629d07c8b9
author Bram Moolenaar <Bram@vim.org>
date Thu, 20 Oct 2022 21:30: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