To: vim_dev@googlegroups.com Subject: Patch 8.2.5153 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.5153 Problem: "make uninstall" does not remove colors/lists. Solution: Add a line to the Makefile. (closes #10609) Files: src/Makefile *** ../vim-8.2.5152/src/Makefile 2022-05-27 20:13:24.491044228 +0100 --- src/Makefile 2022-06-23 15:52:24.314525295 +0100 *************** *** 2872,2877 **** --- 2871,2877 ---- -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) *** ../vim-8.2.5152/src/version.c 2022-06-23 12:04:42.316267504 +0100 --- src/version.c 2022-06-23 15:53:42.873570008 +0100 *************** *** 736,737 **** --- 736,739 ---- { /* Add new patch number below this line */ + /**/ + 5153, /**/ -- Female engineers become irresistible at the age of consent and remain that way until about thirty minutes after their clinical death. Longer if it's a warm day. (Scott Adams - The Dilbert principle) /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///