Mercurial > vim
view runtime/compiler/msvc.vim @ 17417:aa4532c1d001 v8.1.1707
patch 8.1.1707: Coverity warns for possibly using a NULL pointer
commit https://github.com/vim/vim/commit/cfdbc5adde49cbab939e8164555ed0b8d9ce000b
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Jul 17 21:27:52 2019 +0200
patch 8.1.1707: Coverity warns for possibly using a NULL pointer
Problem: Coverity warns for possibly using a NULL pointer.
Solution: Change the logic to make sure no NULL pointer is used.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 17 Jul 2019 21:30:04 +0200 |
parents | bd18da914be9 |
children | 4027cefc2aab |
line wrap: on
line source
" Vim compiler file " Compiler: Microsoft Visual C " Maintainer: Bram Moolenaar <Bram@vim.org> " Last Change: 2014 Sep 20 if exists("current_compiler") finish endif let current_compiler = "msvc" " The errorformat for MSVC is the default. CompilerSet errorformat& CompilerSet makeprg=nmake