view ci/if_ver-2.vim @ 27014:b861ae62860d v8.2.4036

patch 8.2.4036: Vim9: script test file is getting too long Commit: https://github.com/vim/vim/commit/d844862bcec5db210116847a67de93578ba781d7 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 7 21:39:52 2022 +0000 patch 8.2.4036: Vim9: script test file is getting too long Problem: Vim9: script test file is getting too long. Solution: Split the import/export functionality to a separate file.
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Jan 2022 22:45:02 +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