view ci/if_ver-2.vim @ 32204:d5c4c44b54c7 v9.0.1433

patch 9.0.1433: on some systems the Lua library is not found Commit: https://github.com/vim/vim/commit/869113f3765d51fc822a61b2ba53d339797c1231 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 31 21:29:00 2023 +0100 patch 9.0.1433: on some systems the Lua library is not found Problem: On some systems the Lua library is not found. Solution: Check if a subdirectory for Lua exists. (closes https://github.com/vim/vim/issues/4475)
author Bram Moolenaar <Bram@vim.org>
date Fri, 31 Mar 2023 22:30: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