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.074 < prev    next >
Encoding:
Internet Message Format  |  2008-12-23  |  1.8 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 7.2.074 (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.2.074 (extra, after 7.2.073)
  11. Problem:    ":set <xHome>" has the same output as ":set <Home>". (Matt
  12.         Wozniski)
  13. Solution:   Don't translate "x" keys to its alternative for ":set".
  14. Files:        src/gui_mac.c
  15.  
  16.  
  17. *** ../vim-7.2.073/src/gui_mac.c    Sat Aug  9 19:37:28 2008
  18. --- src/gui_mac.c    Sun Dec 14 12:28:26 2008
  19. ***************
  20. *** 4966,4972 ****
  21.       char_u        *p_actext;
  22.   
  23.       p_actext = menu->actext;
  24. !     key = find_special_key(&p_actext, &modifiers, /*keycode=*/0);
  25.       if (*p_actext != 0)
  26.           key = 0; /* error: trailing text */
  27.       /* find_special_key() returns a keycode with as many of the
  28. --- 4966,4972 ----
  29.       char_u        *p_actext;
  30.   
  31.       p_actext = menu->actext;
  32. !     key = find_special_key(&p_actext, &modifiers, FALSE, FALSE);
  33.       if (*p_actext != 0)
  34.           key = 0; /* error: trailing text */
  35.       /* find_special_key() returns a keycode with as many of the
  36. *** ../vim-7.2.073/src/version.c    Wed Dec 24 12:53:33 2008
  37. --- src/version.c    Wed Dec 24 12:55:42 2008
  38. ***************
  39. *** 678,679 ****
  40. --- 678,681 ----
  41.   {   /* Add new patch number below this line */
  42. + /**/
  43. +     74,
  44.   /**/
  45.  
  46. -- 
  47.    Another bucket of what can only be described as human ordure hits ARTHUR.
  48. ARTHUR: ... Right!  (to the KNIGHTS) That settles it!
  49.                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
  50.  
  51.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  52. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  53. \\\        download, build and distribute -- http://www.A-A-P.org        ///
  54.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  55.