Mercurial > vim
view runtime/indent/aap.vim @ 31445:85d017b25e20 v9.0.1055
patch 9.0.1055: Coverity warns for using uninitialized memory
Commit: https://github.com/vim/vim/commit/f593fc891c7f6a6735b136878cc13012566ddd71
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Dec 14 13:50:02 2022 +0000
patch 9.0.1055: Coverity warns for using uninitialized memory
Problem: Coverity warns for using uninitialized memory.
Solution: Clear the "lhs" field earlier.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 14 Dec 2022 15:00:05 +0100 |
parents | 0f2b5d1b8117 |
children | 4027cefc2aab |
line wrap: on
line source
" Vim indent file " Language: Aap recipe " Maintainer: Bram Moolenaar <Bram@vim.org> " Last Change: 2005 Jun 24 " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif " Works mostly like Python. runtime! indent/python.vim