view ci/if_ver-2.vim @ 26648:49c240ea23f4 v8.2.3853

patch 8.2.3853: Vim9: not enough tests Commit: https://github.com/vim/vim/commit/700e6b166298ecfb53fe4bf593085b29ca78d556 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 19 17:27:06 2021 +0000 patch 8.2.3853: Vim9: not enough tests Problem: Vim9: not enough tests. Solution: Run more existing tests for Vim9 script.
author Bram Moolenaar <Bram@vim.org>
date Sun, 19 Dec 2021 18:30: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