view ci/if_ver-2.vim @ 31731:00a05ce19bd6

Added tag v9.0.1197 for changeset e759e3958ef3153462d40796448406731b771179
author Bram Moolenaar <Bram@vim.org>
date Sat, 14 Jan 2023 13:45: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