view ci/if_ver-2.vim @ 27823:6a692e597de5 v8.2.4437

patch 8.2.4437: vartabs test fails on MS-Windows Commit: https://github.com/vim/vim/commit/0f113e4f7b698fc94c1a8377afdb7249329beaee Author: K.Takata <kentkt@csc.jp> Date: Tue Feb 22 11:04:50 2022 +0000 patch 8.2.4437: vartabs test fails on MS-Windows Problem: Vartabs test fails on MS-Windows. Solution: Use iso8859-1 'encoding'. (Ken Takata, closes https://github.com/vim/vim/issues/9818)
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Feb 2022 12:15:04 +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