view ci/if_ver-2.vim @ 25086:088c1ddac618 v8.2.3080

patch 8.2.3080: recover test fails on 32bit systems Commit: https://github.com/vim/vim/commit/576cb75ceb38ed077938d4a1c1265095050f6105 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Wed Jun 30 21:30:10 2021 +0200 patch 8.2.3080: recover test fails on 32bit systems Problem: Recover test fails on 32bit systems. (Ond?ej S?kup) Solution: Detect 32/64 bit systems. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/8485, closes #8479)
author Bram Moolenaar <Bram@vim.org>
date Wed, 30 Jun 2021 21:45: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