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.2 / 7.2.314 < prev    next >
Encoding:
Internet Message Format  |  2009-12-01  |  1.6 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 7.2.314
  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.2.314
  11. Problem:    Missing function in small build.
  12. Solution:   Always include concat_str.
  13. Files:        src/misc1.c
  14.  
  15.  
  16. *** ../vim-7.2.313/src/misc1.c    2009-12-02 17:15:04.000000000 +0100
  17. --- src/misc1.c    2009-12-02 17:44:55.000000000 +0100
  18. ***************
  19. *** 4666,4672 ****
  20.       return dest;
  21.   }
  22.   
  23. - #if defined(FEAT_EVAL) || defined(FEAT_GETTEXT) || defined(PROTO)
  24.   /*
  25.    * Concatenate two strings and return the result in allocated memory.
  26.    * Returns NULL when out of memory.
  27. --- 4666,4671 ----
  28. ***************
  29. *** 4687,4693 ****
  30.       }
  31.       return dest;
  32.   }
  33. - #endif
  34.   
  35.   /*
  36.    * Add a path separator to a file name, unless it already ends in a path
  37. --- 4686,4691 ----
  38. *** ../vim-7.2.313/src/version.c    2009-12-02 17:15:04.000000000 +0100
  39. --- src/version.c    2009-12-02 17:47:18.000000000 +0100
  40. ***************
  41. *** 683,684 ****
  42. --- 683,686 ----
  43.   {   /* Add new patch number below this line */
  44. + /**/
  45. +     314,
  46.   /**/
  47.  
  48. -- 
  49. hundred-and-one symptoms of being an internet addict:
  50. 9. All your daydreaming is preoccupied with getting a faster connection to the
  51.    net: 28.8...ISDN...cable modem...T1...T3.
  52.  
  53.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  54. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  55. \\\        download, build and distribute -- http://www.A-A-P.org        ///
  56.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  57.