view ci/if_ver-2.vim @ 24177:db3a2032bfac

Added tag v8.2.2629 for changeset 12378fbc99bc354dc160482c1bee47aee9f1c6fd
author Bram Moolenaar <Bram@vim.org>
date Sat, 20 Mar 2021 15:15: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