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.410 < prev    next >
Encoding:
Internet Message Format  |  2012-11-20  |  1.4 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.3.410
  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.410
  11. Problem:    Compiler error for // comment. (Joachim Schmitz)
  12. Solution:   Turn into /* comment */.
  13. Files:        src/message.c
  14.  
  15.  
  16. *** ../vim-7.3.409/src/message.c    2012-01-20 20:44:38.000000000 +0100
  17. --- src/message.c    2012-01-23 20:46:36.000000000 +0100
  18. ***************
  19. *** 333,339 ****
  20.       }
  21.       else
  22.       {
  23. !     buf[e - 1] = NUL;  // make sure it is truncated
  24.       }
  25.   }
  26.   
  27. --- 333,339 ----
  28.       }
  29.       else
  30.       {
  31. !     buf[e - 1] = NUL;  /* make sure it is truncated */
  32.       }
  33.   }
  34.   
  35. *** ../vim-7.3.409/src/version.c    2012-01-20 21:13:55.000000000 +0100
  36. --- src/version.c    2012-01-23 20:47:30.000000000 +0100
  37. ***************
  38. *** 716,717 ****
  39. --- 716,719 ----
  40.   {   /* Add new patch number below this line */
  41. + /**/
  42. +     410,
  43.   /**/
  44.  
  45.  
  46. -- 
  47. Are leaders born or made?  And if they're made, can we return them under
  48. warranty?
  49.                 (Scott Adams - The Dilbert principle)
  50.  
  51.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  52. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  53. \\\  an exciting new programming language -- http://www.Zimbu.org        ///
  54.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  55.