view ci/if_ver-2.vim @ 31767:29e0a0f7160f

Added tag v9.0.1215 for changeset 9f1504e36ae9c3b72f3e0082182615660b891874
author Bram Moolenaar <Bram@vim.org>
date Tue, 17 Jan 2023 22:45:03 +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