view ci/if_ver-2.vim @ 22792:670c69ac1bfb v8.2.1944

patch 8.2.1944: Netbeans test is flaky Commit: https://github.com/vim/vim/commit/6fd3a4ba2320c4a95f02daef5f2ac76d3105d013 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 3 11:53:29 2020 +0100 patch 8.2.1944: Netbeans test is flaky Problem: Netbeans test is flaky. Solution: Add a short delay. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/7246)
author Bram Moolenaar <Bram@vim.org>
date Tue, 03 Nov 2020 12:00: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