view ci/if_ver-2.vim @ 27094:70ad00a80185 v8.2.4076

patch 8.2.4076: memory leak in autoload import Commit: https://github.com/vim/vim/commit/71930f174d47ef7765e9180df58f597cec71dec7 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 13 13:47:43 2022 +0000 patch 8.2.4076: memory leak in autoload import Problem: Memory leak in autoload import. Solution: Do not overwrite the autoload prefix.
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Jan 2022 15:00:05 +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