view ci/if_ver-2.vim @ 31906:9fc3b3928ad5 v9.0.1285

patch 9.0.1285: various small problems Commit: https://github.com/vim/vim/commit/a9a6b0323ea3dc5e4d11d28e7c9ae3534e02ee54 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 5 18:00:42 2023 +0000 patch 9.0.1285: various small problems Problem: Various small problems. Solution: Adjust white space and comments.
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Feb 2023 19:15: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