view ci/if_ver-2.vim @ 23491:ac5ead954dcd v8.2.2288

patch 8.2.2288: Vim9: line break and comment not always skipped Commit: https://github.com/vim/vim/commit/5afd081cd3d0f3dfbc7f6b157a8caad0ce6394ee Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 3 18:33:13 2021 +0100 patch 8.2.2288: Vim9: line break and comment not always skipped Problem: Vim9: line break and comment not always skipped. Solution: Skip over white space and then line break more consistently. (closes #7610)
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 Jan 2021 18:45: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