view ci/if_ver-2.vim @ 29987:72c94ab54038

Added tag v9.0.0331 for changeset 0ad8b72af148273bba342141ada254ce23e56082
author Bram Moolenaar <Bram@vim.org>
date Tue, 30 Aug 2022 19: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