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.4 / 7.4.208 < prev    next >
Encoding:
Internet Message Format  |  2014-04-09  |  1.1 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.4.208
  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.4.208
  11. Problem:    Mercurial picks up some files that are not distributed.
  12. Solution:   Add patterns to the ignore list. (Cade Forester)
  13. Files:        .hgignore
  14.  
  15. Note: This patch was made empty, because .hgignore is not part of the
  16. distributed files.
  17.  
  18.  
  19. *** ../vim-7.4.207/src/version.c    2014-03-19 14:01:53.153903819 +0100
  20. --- src/version.c    2014-03-19 17:28:04.890093390 +0100
  21. ***************
  22. *** 740,741 ****
  23. --- 740,743 ----
  24.   {   /* Add new patch number below this line */
  25. + /**/
  26. +     208,
  27.   /**/
  28.  
  29. -- 
  30. It might look like I'm doing nothing, but at the cellular level
  31. I'm really quite busy.
  32.  
  33.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  34. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  35. \\\  an exciting new programming language -- http://www.Zimbu.org        ///
  36.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  37.