comparison src/version.c @ 19293:104c163131cc v8.2.0205

patch 8.2.0205: error code E899 used twice Commit: https://github.com/vim/vim/commit/a5edb670dcdeddc8520e012430fb256eb8470f6c Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 3 22:58:48 2020 +0100 patch 8.2.0205: error code E899 used twice Problem: Error code E899 used twice. Solution: Use E863 for the terminal in popup error.
author Bram Moolenaar <Bram@vim.org>
date Mon, 03 Feb 2020 23:00:04 +0100
parents 1d6bc6b31c2e
children 2a63b7f5802a
comparison
equal deleted inserted replaced
19292:eb662829cb7d 19293:104c163131cc
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 205,
745 /**/ 747 /**/
746 204, 748 204,
747 /**/ 749 /**/
748 203, 750 203,
749 /**/ 751 /**/