view ci/if_ver-2.vim @ 25943:dbf6a2066091 v8.2.3505

patch 8.2.3505: Vim9: build failure without the +eval feature Commit: https://github.com/vim/vim/commit/3be69bf539f3026369d20f1667e53d390d386a9f Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 13 15:37:15 2021 +0100 patch 8.2.3505: Vim9: build failure without the +eval feature Problem: Vim9: build failure without the +eval feature. Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Wed, 13 Oct 2021 16:45:03 +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