view ci/if_ver-2.vim @ 33711:a48901c1ce34

Added tag v9.0.2089 for changeset 385aaea67d3370ccc0afa10d8ccf4fe0fa942bdd
author Christian Brabandt <cb@256bit.org>
date Sat, 04 Nov 2023 10: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