]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.1205 v7.3.1205
authorBram Moolenaar <Bram@vim.org>
Sun, 16 Jun 2013 12:20:13 +0000 (14:20 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 16 Jun 2013 12:20:13 +0000 (14:20 +0200)
Problem:    logtalk.dict is not removed on uninstall.
Solution:   Remove the file. (Kazunobu Kuriyama)

src/Makefile
src/version.c

index 12ff1755452953d575e2097f9f858dd8194b9eb8..39e0e32cb11eba22ff70c1cb8ed6aba2b57ffd99 100644 (file)
@@ -2311,7 +2311,7 @@ uninstall_runtime:
        -rm -rf $(DEST_COMP)
        -rm -f $(DEST_PRINT)/*.ps
        -rmdir $(DEST_HELP) $(DEST_PRINT) $(DEST_COL) $(DEST_SYN) $(DEST_IND)
-       -rm -rf $(DEST_FTP)/*.vim $(DEST_FTP)/README.txt
+       -rm -rf $(DEST_FTP)/*.vim $(DEST_FTP)/README.txt $(DEST_FTP)/logtalk.dict
        -rm -f $(DEST_AUTO)/*.vim $(DEST_AUTO)/README.txt $(DEST_AUTO)/xml/*.vim
        -rm -f $(DEST_PLUG)/*.vim $(DEST_PLUG)/README.txt
        -rmdir $(DEST_FTP) $(DEST_AUTO)/xml $(DEST_AUTO) $(DEST_PLUG) $(DEST_RT)
index e7fe7e43ef662b9d09f2caef65866221ec2e073d..39a076385fa42fa189ebf7e4c3fd3563ff929a95 100644 (file)
@@ -728,6 +728,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1205,
 /**/
     1204,
 /**/