]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.2.5153: "make uninstall" does not remove colors/lists v8.2.5153
authortowrang <towrang@outlook.com>
Thu, 23 Jun 2022 14:54:09 +0000 (15:54 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 23 Jun 2022 14:54:09 +0000 (15:54 +0100)
Problem:    "make uninstall" does not remove colors/lists.
Solution:   Add a line to the Makefile. (closes #10609)

src/Makefile
src/version.c

index 939912148fe28e05e8dfa7a04dffd2e9af12ed99..a63b9ce2ee5fc5888f1dd8c56027e0ddd21da4e4 100644 (file)
@@ -2872,6 +2872,7 @@ uninstall_runtime:
        -rm -f $(SYS_OPTWIN_FILE)
        -rm -f $(DEST_COL)/*.vim $(DEST_COL)/README.txt
        -rm -rf $(DEST_COL)/tools
+       -rm -rf $(DEST_COL)/lists
        -rm -f $(DEST_SYN)/*.vim $(DEST_SYN)/README.txt
        -rm -f $(DEST_IND)/*.vim $(DEST_IND)/README.txt
        -rm -rf $(DEST_MACRO)
index 647daa2d616633addc6051b3cf32bf1391d16d05..27da2ee49d437790f483800b7e046a947a72871e 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    5153,
 /**/
     5152,
 /**/