comparison src/version.c @ 21085:bc81b275d4d6 v8.2.1094

patch 8.2.1094: dead code in libvterm Commit: https://github.com/vim/vim/commit/a53618dd1dd91c7bb67b5dfc83dc29371b47f55b Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 29 23:14:02 2020 +0200 patch 8.2.1094: dead code in libvterm Problem: Dead code in libvterm. Solution: Remove condition that is always true.
author Bram Moolenaar <Bram@vim.org>
date Mon, 29 Jun 2020 23:15:05 +0200
parents cc4914752841
children e01b20e3a720
comparison
equal deleted inserted replaced
21084:0768e80dc778 21085:bc81b275d4d6
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 1094,
757 /**/ 759 /**/
758 1093, 760 1093,
759 /**/ 761 /**/
760 1092, 762 1092,
761 /**/ 763 /**/