view ci/if_ver-2.vim @ 31687:2357c7d1d94f

Added tag v9.0.1175 for changeset 966f1213dd35ffd7cd1fc949988b159f616701b2
author Bram Moolenaar <Bram@vim.org>
date Wed, 11 Jan 2023 13:00:06 +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