view ci/if_ver-2.vim @ 23897:3033dade50ca v8.2.2491

patch 8.2.2491: popup window for text property may show in first screen line Commit: https://github.com/vim/vim/commit/82db31c10470b0e27d7039d15c32ed7e9417cc02 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 10 14:56:11 2021 +0100 patch 8.2.2491: popup window for text property may show in first screen line Problem: Popup window for text property may show in first screen line. Solution: If the text position is invisible do not show the popup window. (closes #7807)
author Bram Moolenaar <Bram@vim.org>
date Wed, 10 Feb 2021 15:00: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