view ci/if_ver-2.vim @ 30597:1e1b0454599d

Added tag v9.0.0633 for changeset 2cad2913c7c17bdcb437227280384b30eaf036a2
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Oct 2022 17:00: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