view ci/if_ver-2.vim @ 28726:47103a36fc8c

Added tag v8.2.4887 for changeset 075787b91e09fda276b7438a9292658c35bc1bac
author Bram Moolenaar <Bram@vim.org>
date Fri, 06 May 2022 16:00:04 +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