comparison src/version.c @ 19285:86665583dc83 v8.2.0201

patch 8.2.0201: cannot assign to an imported variable Commit: https://github.com/vim/vim/commit/4e12a5df37ed4a47ca94a8b9393c768e8ca1f75a Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 3 20:50:59 2020 +0100 patch 8.2.0201: cannot assign to an imported variable Problem: Cannot assign to an imported variable. Solution: Make it work.
author Bram Moolenaar <Bram@vim.org>
date Mon, 03 Feb 2020 21:00:04 +0100
parents 9dc843109c97
children 5f2cb68f7cb8
comparison
equal deleted inserted replaced
19284:938f4994ad87 19285:86665583dc83
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 201,
745 /**/ 747 /**/
746 200, 748 200,
747 /**/ 749 /**/
748 199, 750 199,
749 /**/ 751 /**/