view ci/if_ver-2.vim @ 22033:cdf95988615a v8.2.1566

patch 8.2.1566: not all Bazel files are recognized Commit: https://github.com/vim/vim/commit/4488f5a545691ca4c8802bad0d70a5e750fc8844 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 2 17:08:59 2020 +0200 patch 8.2.1566: not all Bazel files are recognized Problem: Not all Bazel files are recognized. Solution: Add *.bazel and *.BUILD. (closes https://github.com/vim/vim/issues/6836)
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Sep 2020 17: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