Skip to content

Commit 1b096b0

Browse files
towrangbrammool
authored andcommitted
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)
1 parent 8cc5b55 commit 1b096b0

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2872,6 +2872,7 @@ uninstall_runtime:
28722872
-rm -f $(SYS_OPTWIN_FILE)
28732873
-rm -f $(DEST_COL)/*.vim $(DEST_COL)/README.txt
28742874
-rm -rf $(DEST_COL)/tools
2875+
-rm -rf $(DEST_COL)/lists
28752876
-rm -f $(DEST_SYN)/*.vim $(DEST_SYN)/README.txt
28762877
-rm -f $(DEST_IND)/*.vim $(DEST_IND)/README.txt
28772878
-rm -rf $(DEST_MACRO)

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,8 @@ static char *(features[]) =
734734

735735
static int included_patches[] =
736736
{ /* Add new patch number below this line */
737+
/**/
738+
5153,
737739
/**/
738740
5152,
739741
/**/

0 commit comments

Comments
 (0)