view ci/if_ver-2.vim @ 21477:8a0362947c3a v8.2.1289

patch 8.2.1289: crash when using a custom completion function Commit: https://github.com/vim/vim/commit/c841afff6a89592f23710c6da5b0fea89b240937 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 25 14:11:55 2020 +0200 patch 8.2.1289: crash when using a custom completion function Problem: Crash when using a custom completion function. Solution: Initialize all of the expand_T. (closes https://github.com/vim/vim/issues/6532)
author Bram Moolenaar <Bram@vim.org>
date Sat, 25 Jul 2020 14:15: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