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.199 < prev    next >
Encoding:
Internet Message Format  |  2009-06-15  |  1.8 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 7.2.199
  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 7.2.199
  11. Problem:    Strange character in comment.
  12. Solution:   Change to "message". (Yongwei Wu)
  13. Files:      src/term.c
  14.  
  15.  
  16. *** ../vim-7.2.198/src/term.c    2009-05-17 13:30:58.000000000 +0200
  17. --- src/term.c    2009-06-16 11:16:17.000000000 +0200
  18. ***************
  19. *** 5555,5561 ****
  20.    * respects the current B/k/< settings of 'cpoption'.
  21.    *
  22.    * This function is called when expanding mappings/abbreviations on the
  23. !  * command-line, and for building the "Ambiguous mapping..." error messµge.
  24.    *
  25.    * It uses a growarray to build the translation string since the
  26.    * latter can be wider than the original description. The caller has to
  27. --- 5555,5561 ----
  28.    * respects the current B/k/< settings of 'cpoption'.
  29.    *
  30.    * This function is called when expanding mappings/abbreviations on the
  31. !  * command-line, and for building the "Ambiguous mapping..." error message.
  32.    *
  33.    * It uses a growarray to build the translation string since the
  34.    * latter can be wider than the original description. The caller has to
  35. *** ../vim-7.2.198/src/version.c    2009-06-16 11:08:13.000000000 +0200
  36. --- src/version.c    2009-06-16 14:31:03.000000000 +0200
  37. ***************
  38. *** 678,679 ****
  39. --- 678,681 ----
  40.   {   /* Add new patch number below this line */
  41. + /**/
  42. +     199,
  43.   /**/
  44.  
  45. -- 
  46. How To Keep A Healthy Level Of Insanity:
  47. 10. Ask people what sex they are. Laugh hysterically after they answer.
  48.  
  49.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  50. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  51. \\\        download, build and distribute -- http://www.A-A-P.org        ///
  52.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  53.