view ci/if_ver-2.vim @ 21562:55aa283a0e5e v8.2.1331

patch 8.2.1331: Vim9: :echo with two lists doesn't work Commit: https://github.com/vim/vim/commit/badd8486f7442bfcf55e0234ece80488958e7114 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 31 22:38:17 2020 +0200 patch 8.2.1331: Vim9: :echo with two lists doesn't work Problem: Vim9: :echo with two lists doesn't work. Solution: Do not skip white space before []. (closes https://github.com/vim/vim/issues/6552)
author Bram Moolenaar <Bram@vim.org>
date Fri, 31 Jul 2020 22:45: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