view ci/if_ver-2.vim @ 24144:dffac5e62db5 v8.2.2613

patch 8.2.2613: new test throws exception Commit: https://github.com/vim/vim/commit/6ccfd99b923cc3452a6e6450dfdd7e31ea602dfd Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 17 13:39:33 2021 +0100 patch 8.2.2613: new test throws exception Problem: New test throws exception. Solution: Adjust the function cleanup.
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Mar 2021 13:45:03 +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