view ci/if_ver-2.vim @ 28753:6e55b7b30df5 v8.2.4901

patch 8.2.4901: NULL pointer access when using invalid pattern Commit: https://github.com/vim/vim/commit/8e4b76da1d7e987d43ca960dfbc372d1c617466f Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 7 11:28:06 2022 +0100 patch 8.2.4901: NULL pointer access when using invalid pattern Problem: NULL pointer access when using invalid pattern. Solution: Check for failed regexp program.
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 May 2022 12:30:03 +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