view ci/if_ver-2.vim @ 31688:ead5a3f43a4c v9.0.1176

patch 9.0.1176: smithy files are not recognized Commit: https://github.com/vim/vim/commit/f68cddabffcbc5b8fbfe9003182cb4b55ff8d72c Author: Chris Kipp <ckipp@pm.me> Date: Wed Jan 11 12:20:10 2023 +0000 patch 9.0.1176: smithy files are not recognized Problem: smithy files are not recognized. Solution: Add a pattern for Smithy files. (Chris Kipp, closes https://github.com/vim/vim/issues/11804)
author Bram Moolenaar <Bram@vim.org>
date Wed, 11 Jan 2023 13: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