view ci/if_ver-2.vim @ 19798:ab0a91ba7a13

Added tag v8.2.0455 for changeset d73d982499aee8b4034174d86dbf34c03f139254
author Bram Moolenaar <Bram@vim.org>
date Thu, 26 Mar 2020 20:45:04 +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