view ci/if_ver-2.vim @ 25215:a7588e54bd5d

Added tag v8.2.3143 for changeset 218df177cff8e89815d2b6bb1211ffcff9eba6ac
author Bram Moolenaar <Bram@vim.org>
date Sun, 11 Jul 2021 15:30: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