view ci/if_ver-2.vim @ 26558:ad00a5cb005d v8.2.3808

patch 8.2.3808: Vim9: obsolete TODO items Commit: https://github.com/vim/vim/commit/919c12c19a9785b856bc32dfe6cd8e9277178b62 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 14 14:29:16 2021 +0000 patch 8.2.3808: Vim9: obsolete TODO items Problem: Vim9: obsolete TODO items Solution: Remove the comments.
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Dec 2021 15:30:04 +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