view ci/if_ver-2.vim @ 32140:7d4705983c7c v9.0.1401

patch 9.0.1401: condition is always true Commit: https://github.com/vim/vim/commit/c481ad38f05c9f759ca7fd01a54c78acad794e85 Author: zeertzjq <zeertzjq@outlook.com> Date: Sat Mar 11 16:18:51 2023 +0000 patch 9.0.1401: condition is always true Problem: Condition is always true. Solution: Remove the condition. (closes https://github.com/vim/vim/issues/12139)
author Bram Moolenaar <Bram@vim.org>
date Sat, 11 Mar 2023 17: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