view ci/if_ver-2.vim @ 31313:b6bef244837e v9.0.0990

patch 9.0.0990: callback name argument is changed by setqflist() Commit: https://github.com/vim/vim/commit/c96b7f5d2af241c5eb1589e9da3dc09e45355e65 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 2 15:58:38 2022 +0000 patch 9.0.0990: callback name argument is changed by setqflist() Problem: Callback name argument is changed by setqflist(). Solution: Use the expanded function name for the callback, do not store it in the argument. (closes #11653)
author Bram Moolenaar <Bram@vim.org>
date Fri, 02 Dec 2022 17:00:04 +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