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

@@ -2872,6 +2872,7 @@ uninstall_runtime:
-rm -f $(SYS_OPTWIN_FILE) -rm -f $(SYS_OPTWIN_FILE)
-rm -f $(DEST_COL)/*.vim $(DEST_COL)/README.txt -rm -f $(DEST_COL)/*.vim $(DEST_COL)/README.txt
-rm -rf $(DEST_COL)/tools -rm -rf $(DEST_COL)/tools
-rm -rf $(DEST_COL)/lists
-rm -f $(DEST_SYN)/*.vim $(DEST_SYN)/README.txt -rm -f $(DEST_SYN)/*.vim $(DEST_SYN)/README.txt
-rm -f $(DEST_IND)/*.vim $(DEST_IND)/README.txt -rm -f $(DEST_IND)/*.vim $(DEST_IND)/README.txt
-rm -rf $(DEST_MACRO) -rm -rf $(DEST_MACRO)

View File

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