view ci/if_ver-2.vim @ 27711:6fdafb9cb90e

Added tag v8.2.4381 for changeset 5f8a4fece0ca153e3aee80bc1e3c3f8fa27c2ed1
author Bram Moolenaar <Bram@vim.org>
date Mon, 14 Feb 2022 17:00:03 +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