Mercurial > vim
view ci/if_ver-2.vim @ 27010:b049c3b63a67 v8.2.4034
patch 8.2.4034: Coverity warns for possibly using a NULL pointer
Commit: https://github.com/vim/vim/commit/62a099cc6dbfc31c0ced3f6d895711208bf10518
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Jan 7 20:18:16 2022 +0000
patch 8.2.4034: Coverity warns for possibly using a NULL pointer
Problem: Coverity warns for possibly using a NULL pointer.
Solution: Check v_partial is not NULL.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 07 Jan 2022 21:30: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