view ci/if_ver-2.vim @ 32194:baafb135b0cb v9.0.1428

patch 9.0.1428: cursor in wrong position when leaving insert mode Commit: https://github.com/vim/vim/commit/c174c2e58c9e24a75b189e01143e6d057b84e96e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 25 20:06:49 2023 +0000 patch 9.0.1428: cursor in wrong position when leaving insert mode Problem: Cursor in wrong position when leaving insert mode. Solution: Update the w_valid flags. Position the cursor also when not redrawing. (closes #12137)
author Bram Moolenaar <Bram@vim.org>
date Sat, 25 Mar 2023 21:15: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