comparison src/version.c @ 20122:3b57ed35764e v8.2.0616

patch 8.2.0616: build error when disabling the diff feature Commit: https://github.com/vim/vim/commit/e770598f31ad88fc98e40ead4b228ebc04afaa5d Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 21 22:23:15 2020 +0200 patch 8.2.0616: build error when disabling the diff feature Problem: Build error when disabling the diff feature. Solution: Move parenthesis outside of #ifdef. (Tom Ryder)
author Bram Moolenaar <Bram@vim.org>
date Tue, 21 Apr 2020 22:30:04 +0200
parents 16460964c304
children b35d52e002cd
comparison
equal deleted inserted replaced
20121:ad1b07e1e895 20122:3b57ed35764e
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 616,
749 /**/ 751 /**/
750 615, 752 615,
751 /**/ 753 /**/
752 614, 754 614,
753 /**/ 755 /**/