view ci/if_ver-2.vim @ 25250:532faf893d37 v8.2.3161

patch 8.2.3161: Vim9: no error when reltime() has invalid arguments Commit: https://github.com/vim/vim/commit/c816a2c22667108fcd61f445de2c926f78ff9fa7 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 14 21:00:41 2021 +0200 patch 8.2.3161: Vim9: no error when reltime() has invalid arguments Problem: Vim9: no error when reltime() has invalid arguments. Solution: Add an error. (closes https://github.com/vim/vim/issues/8562)
author Bram Moolenaar <Bram@vim.org>
date Wed, 14 Jul 2021 21:15:03 +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