view ci/if_ver-2.vim @ 26524:c37950e3d740 v8.2.3791

patch 8.2.3791: build error with +cindent but without +smartindent Commit: https://github.com/vim/vim/commit/d2439e0443ee26931ab93874c05cc7f57e9af93d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 12 19:10:44 2021 +0000 patch 8.2.3791: build error with +cindent but without +smartindent Problem: Build error with +cindent but without +smartindent. Solution: Move declaration of "do_cindent". (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Sun, 12 Dec 2021 20:15:02 +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