Mercurial > vim
view ci/if_ver-2.vim @ 30059:e4f23b4244ff v9.0.0367
patch 9.0.0367: Coverity complains about dropping sign of character
Commit: https://github.com/vim/vim/commit/0a6bb59f6b198b351555dc0919816c9f0f1e3ed9
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Sep 3 12:53:20 2022 +0100
patch 9.0.0367: Coverity complains about dropping sign of character
Problem: Coverity complains about dropping sign of character.
Solution: Add explicit type cast.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 03 Sep 2022 14:00:03 +0200 |
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