comparison src/version.c @ 29641:b2cf1634c782 v9.0.0161

patch 9.0.0161: warning for uninitialized variable Commit: https://github.com/vim/vim/commit/bf9158408a9d27932b8678f824cf1fe32d3cd920 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 6 22:38:02 2022 +0100 patch 9.0.0161: warning for uninitialized variable Problem: Warning for uninitialized variable. (Tony Mechelynck) Solution: Initialize line_attr_save.
author Bram Moolenaar <Bram@vim.org>
date Sat, 06 Aug 2022 23:45:03 +0200
parents 0fc188347f8a
children b54dfe92ee10
comparison
equal deleted inserted replaced
29640:a2ade5af0cc3 29641:b2cf1634c782
733 NULL 733 NULL
734 }; 734 };
735 735
736 static int included_patches[] = 736 static int included_patches[] =
737 { /* Add new patch number below this line */ 737 { /* Add new patch number below this line */
738 /**/
739 161,
738 /**/ 740 /**/
739 160, 741 160,
740 /**/ 742 /**/
741 159, 743 159,
742 /**/ 744 /**/