comparison src/version.c @ 21305:91d4af3309e7 v8.2.1203

patch 8.2.1203: unused assignments in expression evaluation Commit: https://github.com/vim/vim/commit/3ac9c4701a5f1e39303ca2885956db92215966db Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 13 21:28:03 2020 +0200 patch 8.2.1203: unused assignments in expression evaluation Problem: Unused assignments in expression evaluation. Solution: Move declarations and assignments to inner blocks where possible.
author Bram Moolenaar <Bram@vim.org>
date Mon, 13 Jul 2020 21:30:04 +0200
parents 7c50dfe302f8
children b991565745fb
comparison
equal deleted inserted replaced
21304:6816e7e6663b 21305:91d4af3309e7
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1203,
757 /**/ 759 /**/
758 1202, 760 1202,
759 /**/ 761 /**/
760 1201, 762 1201,
761 /**/ 763 /**/