view ci/if_ver-2.vim @ 23635:c7c5bb81795f

Added tag v8.2.2359 for changeset 0f306712eb58d46b9ddf361a2a09ae0139b4ad0f
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Jan 2021 13:15: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