view ci/if_ver-2.vim @ 26553:9b89e8317f8e

Added tag v8.2.3805 for changeset 297984d49331ac01bb16bda7f16014fb21f8be92
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Dec 2021 10:45:05 +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