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.0 / 7.0.032 < prev    next >
Encoding:
Internet Message Format  |  2006-06-22  |  1.4 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 7.0.032 (extra)
  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.0.032 (extra, after 7.0.027)
  11. Problem:    Missing semicolon.
  12. Solution:   Add the semicolon.
  13. Files:        src/gui_w48.c
  14.  
  15.  
  16. *** ../vim-7.0.031/src/gui_w48.c    Thu Jun 22 19:34:23 2006
  17. --- src/gui_w48.c    Fri Jun 23 16:36:09 2006
  18. ***************
  19. *** 1665,1671 ****
  20.       }
  21.       if (msg.message == WM_USER)
  22.       {
  23. !     MyTranslateMessage(&msg)
  24.       DispatchMessage(&msg);
  25.       return;
  26.       }
  27. --- 1665,1671 ----
  28.       }
  29.       if (msg.message == WM_USER)
  30.       {
  31. !     MyTranslateMessage(&msg);
  32.       DispatchMessage(&msg);
  33.       return;
  34.       }
  35. *** ../vim-7.0.031/src/version.c    Fri Jun 23 16:33:41 2006
  36. --- src/version.c    Fri Jun 23 16:37:24 2006
  37. ***************
  38. *** 668,669 ****
  39. --- 668,671 ----
  40.   {   /* Add new patch number below this line */
  41. + /**/
  42. +     32,
  43.   /**/
  44.  
  45. -- 
  46. Snoring is prohibited unless all bedroom windows are closed and securely
  47. locked.
  48.         [real standing law in Massachusetts, United States of America]
  49.  
  50.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  51. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  52. \\\        download, build and distribute -- http://www.A-A-P.org        ///
  53.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  54.