view ci/if_ver-2.vim @ 21365:fca850f4d603 v8.2.1233

patch 8.2.1233: Vim9: various errors not caught by try/catch Commit: https://github.com/vim/vim/commit/f0b9f43c3169037b7f2cd70e4939ba1ef26ada1c Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 17 23:03:17 2020 +0200 patch 8.2.1233: Vim9: various errors not caught by try/catch Problem: Vim9: various errors not caught by try/catch. Solution: Do not bail out if an error is inside try/catch.
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Jul 2020 23:15: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