view ci/if_ver-2.vim @ 23699:317018f62643 v8.2.2391

patch 8.2.2391: memory leak when creating a global function with closure Commit: https://github.com/vim/vim/commit/0d3de8cb590aed90be71d96eb3dbc6addf80bb11 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 22 20:46:27 2021 +0100 patch 8.2.2391: memory leak when creating a global function with closure Problem: Memory leak when creating a global function with closure. Solution: Create a separate partial for every instantiated function.
author Bram Moolenaar <Bram@vim.org>
date Fri, 22 Jan 2021 21: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