view ci/if_ver-2.vim @ 24437:c63e5ce43b69

Added tag v8.2.2758 for changeset ccdd5e9a376358691a0cb68ff63aa28d3d6979b9
author Bram Moolenaar <Bram@vim.org>
date Mon, 12 Apr 2021 22:15:04 +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