diff src/version.c @ 29270:83cf4455be5a v8.2.5153

patch 8.2.5153: "make uninstall" does not remove colors/lists Commit: https://github.com/vim/vim/commit/1b096b0d4a52cacf5ac782c7fa0d02cf0ef22fc4 Author: towrang <towrang@outlook.com> Date: Thu Jun 23 15:54:09 2022 +0100 patch 8.2.5153: "make uninstall" does not remove colors/lists Problem: "make uninstall" does not remove colors/lists. Solution: Add a line to the Makefile. (closes https://github.com/vim/vim/issues/10609)
author Bram Moolenaar <Bram@vim.org>
date Thu, 23 Jun 2022 17:00:04 +0200
parents f27ec19f2034
children 8175cd4c8fdd
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    5153,
+/**/
     5152,
 /**/
     5151,