view ci/if_ver-2.vim @ 23926:1a41fde53816

Added tag v8.2.2505 for changeset e979bf909fd85dc50870d1f5e48d243a9e83cc75
author Bram Moolenaar <Bram@vim.org>
date Fri, 12 Feb 2021 22: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