view ci/if_ver-2.vim @ 24901:fd6e5c816654 v8.2.2988

patch 8.2.2988: Vim9: debugger test fails Commit: https://github.com/vim/vim/commit/c3a27bbd53a4653c2d8122a047a4cf2cfc52ed21 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 13 15:16:01 2021 +0200 patch 8.2.2988: Vim9: debugger test fails Problem: Vim9: debugger test fails. Solution: Get the debugger instructions when needed.
author Bram Moolenaar <Bram@vim.org>
date Sun, 13 Jun 2021 15:30:02 +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