view ci/if_ver-2.vim @ 32032:265476b2cfeb

Added tag v9.0.1347 for changeset e9b8deedab606e4e7bd40237c853df9ac5e4bf41
author Bram Moolenaar <Bram@vim.org>
date Thu, 23 Feb 2023 21:15:04 +0100
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