comparison .hgignore @ 32611:a4b5a6a95005 v9.0.1637

patch 9.0.1637: compiler warning for uninitialized variable Commit: https://github.com/vim/vim/commit/54f50cbf6a470316a262e4389d62424e6f06b81c Author: Christian Brabandt <cb@256bit.org> Date: Fri Jun 16 21:42:06 2023 +0100 patch 9.0.1637: compiler warning for uninitialized variable Problem: Compiler warning for uninitialized variable. Solution: Move the variable to an inner block and initialize it. (Christian Brabandt, closes #12549)
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Jun 2023 22:45:04 +0200
parents 7aeaf20e2ba5
children 6e66a52748d0
comparison
equal deleted inserted replaced
32610:01f925835f39 32611:a4b5a6a95005