view ci/if_ver-2.vim @ 33035:50fe2cd56d3a v9.0.1808

patch 9.0.1808: termdebug: Typo in termdebug test Commit: https://github.com/vim/vim/commit/f2534434c99a2b0cea08b238df24979b3fdc9212 Author: Christian Brabandt <cb@256bit.org> Date: Sun Aug 27 19:59:28 2023 +0200 patch 9.0.1808: termdebug: Typo in termdebug test Problem: termdebug: Typo in termdebug test Solution: fix the typos Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 27 Aug 2023 20: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