view ci/if_ver-2.vim @ 32080:fc1d95479511 v9.0.1371

patch 9.0.1371: ballooneval interferes with Insert completion Commit: https://github.com/vim/vim/commit/440d4cb55b84fd4b188630abc4a1312598649af0 Author: zeertzjq <zeertzjq@outlook.com> Date: Thu Mar 2 17:51:32 2023 +0000 patch 9.0.1371: ballooneval interferes with Insert completion Problem: Ballooneval interferes with Insert completion. Solution: Ignore mouse-move events when completing. (closes https://github.com/vim/vim/issues/12094, closes #12092)
author Bram Moolenaar <Bram@vim.org>
date Thu, 02 Mar 2023 19:00:05 +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