commit | 1b096b0d4a52cacf5ac782c7fa0d02cf0ef22fc4 | [log] [tgz] |
---|---|---|
author | towrang <towrang@outlook.com> | Thu Jun 23 15:54:09 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 23 15:54:09 2022 +0100 |
tree | 804cc91781bcd947f8a756cf18fe732dd4ea9e6e | |
parent | 8cc5b559f70041361612b8a6a87922503b33baa6 [diff] [blame] |
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 #10609)
diff --git a/src/version.c b/src/version.c index 647daa2..27da2ee 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5153, +/**/ 5152, /**/ 5151,