view ci/if_ver-2.vim @ 24089:cdeec1389c8c v8.2.2586

patch 8.2.2586: process id may be invalid Commit: https://github.com/vim/vim/commit/f52f0606ed9ea19bcfc3a8343af9958f2d99eaf7 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 10 21:26:37 2021 +0100 patch 8.2.2586: process id may be invalid Problem: Process id may be invalid. Solution: Use sysinfo.uptime to check for recent reboot. (suggested by Hugo van der Sanden, closes #7947)
author Bram Moolenaar <Bram@vim.org>
date Wed, 10 Mar 2021 21:30:03 +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