view ci/if_ver-2.vim @ 20787:a17de379e6bd

Added tag v8.2.0945 for changeset 90b96fa35e4bcd47a6dc8d3121b80ba6cb1b4c97
author Bram Moolenaar <Bram@vim.org>
date Wed, 10 Jun 2020 15:45:05 +0200
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