view ci/if_ver-2.vim @ 32198:8643e060bcb8 v9.0.1430

patch 9.0.1430: Livebook files are not recognized Commit: https://github.com/vim/vim/commit/64002035178ac3e0d9ab7269d1bf06c6ede5a854 Author: Mathias Jean Johansen <mathias@mjj.io> Date: Tue Mar 28 21:28:36 2023 +0100 patch 9.0.1430: Livebook files are not recognized Problem: Livebook files are not recognized. Solution: Add a pattern for Livebook files. (Mathias Jean Johansen, closes #12203)
author Bram Moolenaar <Bram@vim.org>
date Tue, 28 Mar 2023 22:30: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