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 / 6.2.224 < prev    next >
Encoding:
Internet Message Format  |  2004-02-01  |  1.7 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 6.2.224
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. Mime-Version: 1.0
  6. Content-Type: text/plain; charset=ISO-8859-1
  7. Content-Transfer-Encoding: 8bit
  8. ------------
  9.  
  10. Patch 6.2.224
  11. Problem:    Mac: Can't compile with small features. (Axel Kielhorn)
  12. Solution:   Also include vim_chdirfile() when compiling for the Mac.
  13. Files:        src/misc2.c
  14.  
  15.  
  16. *** ../vim-6.2.223/src/misc2.c    Mon Feb  2 12:53:51 2004
  17. --- src/misc2.c    Sun Feb  1 15:26:21 2004
  18. ***************
  19. *** 2638,2644 ****
  20.       return State;
  21.   }
  22.   
  23. ! #if defined(FEAT_SESSION) || defined(MSWIN) \
  24.       || (defined(FEAT_GUI_GTK) \
  25.                   && (defined(FEAT_WINDOWS) || defined(FEAT_DND))) \
  26.       || defined(FEAT_SUN_WORKSHOP) || defined(FEAT_NETBEANS_INTG) \
  27. --- 2638,2644 ----
  28.       return State;
  29.   }
  30.   
  31. ! #if defined(FEAT_SESSION) || defined(MSWIN) || defined(FEAT_GUI_MAC) \
  32.       || (defined(FEAT_GUI_GTK) \
  33.                   && (defined(FEAT_WINDOWS) || defined(FEAT_DND))) \
  34.       || defined(FEAT_SUN_WORKSHOP) || defined(FEAT_NETBEANS_INTG) \
  35. *** ../vim-6.2.223/src/version.c    Mon Feb  2 12:53:51 2004
  36. --- src/version.c    Mon Feb  2 12:59:39 2004
  37. ***************
  38. *** 639,640 ****
  39. --- 639,642 ----
  40.   {   /* Add new patch number below this line */
  41. + /**/
  42. +     224,
  43.   /**/
  44.  
  45. -- 
  46. If all you have is a hammer, everything looks like a nail.
  47. When your hammer is C++, everything begins to look like a thumb.
  48.             -- Steve Hoflich, comp.lang.c++
  49.  
  50.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  51. ///        Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  52. \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
  53.  \\\  Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html  ///
  54.