view ci/if_ver-2.vim @ 20345:d636f5e76347 v8.2.0728

patch 8.2.0728: messages about a deadly signal are not left aligned Commit: https://github.com/vim/vim/commit/69212b11d18d9d8951968f6ca88e6ce046c90675 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 10 14:14:03 2020 +0200 patch 8.2.0728: messages about a deadly signal are not left aligned Problem: Messages about a deadly signal are not left aligned. Solution: Output a CR before the NL. (Dominique Pelle, https://github.com/vim/vim/issues/6055)
author Bram Moolenaar <Bram@vim.org>
date Sun, 10 May 2020 14: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