view ci/if_ver-2.vim @ 31974:938ad9626b84 v9.0.1319

patch 9.0.1319: PRQL files are not recognized Commit: https://github.com/vim/vim/commit/9de960ace0f017fcfeaf64a2f6492f0f88b11fdb Author: Matthias Queitsch <matthias.queitsch@mailbox.org> Date: Sat Feb 18 12:04:37 2023 +0000 patch 9.0.1319: PRQL files are not recognized Problem: PRQL files are not recognized. Solution: Add a filetype pattern for PRQL files. (Matthias Queitsch, closes #12018)
author Bram Moolenaar <Bram@vim.org>
date Sat, 18 Feb 2023 13:15:05 +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