home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / 7.3 / 7.3.1205 < prev    next >
Encoding:
Internet Message Format  |  2013-06-15  |  2.0 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.3.1205
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. Mime-Version: 1.0
  6. Content-Type: text/plain; charset=UTF-8
  7. Content-Transfer-Encoding: 8bit
  8. ------------
  9.  
  10. Patch 7.3.1205
  11. Problem:    logtalk.dict is not removed on uninstall.
  12. Solution:   Remove the file. (Kazunobu Kuriyama)
  13. Files:        src/Makefile
  14.  
  15.  
  16. *** ../vim-7.3.1204/src/Makefile    2013-05-21 13:30:17.000000000 +0200
  17. --- src/Makefile    2013-06-16 14:13:15.000000000 +0200
  18. ***************
  19. *** 2311,2317 ****
  20.       -rm -rf $(DEST_COMP)
  21.       -rm -f $(DEST_PRINT)/*.ps
  22.       -rmdir $(DEST_HELP) $(DEST_PRINT) $(DEST_COL) $(DEST_SYN) $(DEST_IND)
  23. !     -rm -rf $(DEST_FTP)/*.vim $(DEST_FTP)/README.txt
  24.       -rm -f $(DEST_AUTO)/*.vim $(DEST_AUTO)/README.txt $(DEST_AUTO)/xml/*.vim
  25.       -rm -f $(DEST_PLUG)/*.vim $(DEST_PLUG)/README.txt
  26.       -rmdir $(DEST_FTP) $(DEST_AUTO)/xml $(DEST_AUTO) $(DEST_PLUG) $(DEST_RT)
  27. --- 2311,2317 ----
  28.       -rm -rf $(DEST_COMP)
  29.       -rm -f $(DEST_PRINT)/*.ps
  30.       -rmdir $(DEST_HELP) $(DEST_PRINT) $(DEST_COL) $(DEST_SYN) $(DEST_IND)
  31. !     -rm -rf $(DEST_FTP)/*.vim $(DEST_FTP)/README.txt $(DEST_FTP)/logtalk.dict
  32.       -rm -f $(DEST_AUTO)/*.vim $(DEST_AUTO)/README.txt $(DEST_AUTO)/xml/*.vim
  33.       -rm -f $(DEST_PLUG)/*.vim $(DEST_PLUG)/README.txt
  34.       -rmdir $(DEST_FTP) $(DEST_AUTO)/xml $(DEST_AUTO) $(DEST_PLUG) $(DEST_RT)
  35. *** ../vim-7.3.1204/src/version.c    2013-06-16 14:18:20.000000000 +0200
  36. --- src/version.c    2013-06-16 14:19:23.000000000 +0200
  37. ***************
  38. *** 730,731 ****
  39. --- 730,733 ----
  40.   {   /* Add new patch number below this line */
  41. + /**/
  42. +     1205,
  43.   /**/
  44.  
  45. -- 
  46. hundred-and-one symptoms of being an internet addict:
  47. 225. You sign up for free subscriptions for all the computer magazines
  48.  
  49.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  50. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  51. \\\  an exciting new programming language -- http://www.Zimbu.org        ///
  52.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  53.