view ci/if_ver-2.vim @ 24095:467c3022fba6 v8.2.2589

patch 8.2.2589: recover test hangs in the GUI Commit: https://github.com/vim/vim/commit/776b954622b45125dfdcb4a61243ca90956b0825 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 10 22:27:48 2021 +0100 patch 8.2.2589: recover test hangs in the GUI Problem: Recover test hangs in the GUI. Solution: Add g:skipped_reason to skip a _nocatch_ test.
author Bram Moolenaar <Bram@vim.org>
date Wed, 10 Mar 2021 22: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