view ci/if_ver-2.vim @ 27300:160b87e56c45

Added tag v8.2.4178 for changeset 7218ad7a55d2f2fdfc00ec6222abc13909516cef
author Bram Moolenaar <Bram@vim.org>
date Sat, 22 Jan 2022 13:30:06 +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