view ci/if_ver-2.vim @ 22777:a707e11443ee

Added tag v8.2.1936 for changeset 0583f3e2c12ee2714a91ea900b1ad77c148bf963
author Bram Moolenaar <Bram@vim.org>
date Sun, 01 Nov 2020 17:45:04 +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