1
0
forked from aniani/vim

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)
This commit is contained in:
towrang
2022-06-23 15:54:09 +01:00
committed by Bram Moolenaar
parent 8cc5b559f7
commit 1b096b0d4a
2 changed files with 3 additions and 0 deletions

View File

@@ -734,6 +734,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
5153,
/**/
5152,
/**/