view ci/if_ver-2.vim @ 28117:106795d5106e v8.2.4583

patch 8.2.4583: screendump test fails Commit: https://github.com/vim/vim/commit/4f6e772c9cd013a8690ab0f1efecc0ab3e855148 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 16 20:26:02 2022 +0000 patch 8.2.4583: screendump test fails Problem: Screendump test fails. Solution: Check that making a screendump is possible.
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Mar 2022 21: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