view ci/if_ver-2.vim @ 32611:a4b5a6a95005 v9.0.1637

patch 9.0.1637: compiler warning for uninitialized variable Commit: https://github.com/vim/vim/commit/54f50cbf6a470316a262e4389d62424e6f06b81c Author: Christian Brabandt <cb@256bit.org> Date: Fri Jun 16 21:42:06 2023 +0100 patch 9.0.1637: compiler warning for uninitialized variable Problem: Compiler warning for uninitialized variable. Solution: Move the variable to an inner block and initialize it. (Christian Brabandt, closes #12549)
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Jun 2023 22:45: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