view ci/if_ver-2.vim @ 29054:e7bd4c788053 v8.2.5049

patch 8.2.5049: insufficient tests for autocommands Commit: https://github.com/vim/vim/commit/00e977cb83625f979d13639249a7788d5a1cb71e Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Wed Jun 1 12:31:53 2022 +0100 patch 8.2.5049: insufficient tests for autocommands Problem: Insufficient tests for autocommands. Solution: Add a few more tests. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/10507)
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Jun 2022 13:45:04 +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