]> granicus.if.org Git - vim/commitdiff
patch 8.0.1822: make uninstall does not remove colors/tools v8.0.1822
authorBram Moolenaar <Bram@vim.org>
Sat, 12 May 2018 19:05:45 +0000 (21:05 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 12 May 2018 19:05:45 +0000 (21:05 +0200)
Problem:    Make uninstall does not remove colors/tools.
Solution:   Add a line to delete the tools directory. (Kazunobu Kuriyama)

src/Makefile
src/version.c

index d7b8f7ee296677a3b3ec75108b1587ad52d081a3..5a6ad84e6fa02b713e48f1d1bfc1c4afbaf42a44 100644 (file)
@@ -2824,6 +2824,7 @@ uninstall_runtime:
        -rm -f $(SYS_FTPLUGOF_FILE) $(SYS_FTPLUGIN_FILE)
        -rm -f $(SYS_OPTWIN_FILE)
        -rm -f $(DEST_COL)/*.vim $(DEST_COL)/README.txt
+       -rm -rf $(DEST_COL)/tools
        -rm -f $(DEST_SYN)/*.vim $(DEST_SYN)/README.txt
        -rm -f $(DEST_IND)/*.vim $(DEST_IND)/README.txt
        -rm -rf $(DEST_MACRO)
index 38d26f13d7ad298717769753a79d87ca4827dcf0..981d65033e611007699589fe7043b7d54f2f43b4 100644 (file)
@@ -761,6 +761,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1822,
 /**/
     1821,
 /**/