view ci/if_ver-2.vim @ 25114:989d7930ce65 v8.2.3094

patch 8.2.3094: Test_popup_atcursor_pos() fails without the conceal feature Commit: https://github.com/vim/vim/commit/c60e959cba03fae9cff9b2674fab646cc70819fc Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Sat Jul 3 21:41:38 2021 +0200 patch 8.2.3094: Test_popup_atcursor_pos() fails without the conceal feature Problem: Test_popup_atcursor_pos() fails without the conceal feature. Solution: Add a check for the conceal feature. (Dominique Pell?, closes #8505)
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Jul 2021 21: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