view ci/if_ver-2.vim @ 34673:62e99aaa4fcf default tip

translation(ru): Add translation for README.txt and uganda.txt (#14312) Commit: https://github.com/vim/vim/commit/2ca7d5f4831ce3d86cdc3f0c844fc50ea0deb7e5 Author: Restorer <69863286+RestorerZ@users.noreply.github.com> Date: Thu Mar 28 09:27:17 2024 +0000 translation(ru): Add translation for README.txt and uganda.txt (https://github.com/vim/vim/issues/14312) * translation(ru): The main file README.txt and uganda.txt * removed tags-ru Signed-off-by: RestorerZ <restorer@mail2k.ru> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 28 Mar 2024 10:30: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