Mercurial > vim
view ci/if_ver-2.vim @ 31128:bb1964a6cf1c
Added tag v9.0.0898 for changeset 92b929203a4fc5e83e874e25b47e86230416cf1a
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 17 Nov 2022 20:15:06 +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