mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.3.1205
Problem: logtalk.dict is not removed on uninstall. Solution: Remove the file. (Kazunobu Kuriyama)
This commit is contained in:
parent
d69497413f
commit
926b5d3b30
@ -2311,7 +2311,7 @@ uninstall_runtime:
|
|||||||
-rm -rf $(DEST_COMP)
|
-rm -rf $(DEST_COMP)
|
||||||
-rm -f $(DEST_PRINT)/*.ps
|
-rm -f $(DEST_PRINT)/*.ps
|
||||||
-rmdir $(DEST_HELP) $(DEST_PRINT) $(DEST_COL) $(DEST_SYN) $(DEST_IND)
|
-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_AUTO)/*.vim $(DEST_AUTO)/README.txt $(DEST_AUTO)/xml/*.vim
|
||||||
-rm -f $(DEST_PLUG)/*.vim $(DEST_PLUG)/README.txt
|
-rm -f $(DEST_PLUG)/*.vim $(DEST_PLUG)/README.txt
|
||||||
-rmdir $(DEST_FTP) $(DEST_AUTO)/xml $(DEST_AUTO) $(DEST_PLUG) $(DEST_RT)
|
-rmdir $(DEST_FTP) $(DEST_AUTO)/xml $(DEST_AUTO) $(DEST_PLUG) $(DEST_RT)
|
||||||
|
@ -728,6 +728,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1205,
|
||||||
/**/
|
/**/
|
||||||
1204,
|
1204,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user