view ci/if_ver-2.vim @ 24881:d1b9d1f8af37

Added tag v8.2.2978 for changeset d254f5c78b5ac74361ee69f4f8774d178ffa3351
author Bram Moolenaar <Bram@vim.org>
date Sat, 12 Jun 2021 12:45:03 +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