945bca3
To: vim-dev@vim.org
945bca3
Subject: Patch 7.2.074 (extra)
945bca3
Fcc: outbox
945bca3
From: Bram Moolenaar <Bram@moolenaar.net>
945bca3
Mime-Version: 1.0
945bca3
Content-Type: text/plain; charset=ISO-8859-1
945bca3
Content-Transfer-Encoding: 8bit
945bca3
------------
945bca3
945bca3
Patch 7.2.074 (extra, after 7.2.073)
945bca3
Problem:    ":set <xHome>" has the same output as ":set <Home>". (Matt
945bca3
	    Wozniski)
945bca3
Solution:   Don't translate "x" keys to its alternative for ":set".
945bca3
Files:	    src/gui_mac.c
945bca3
945bca3
945bca3
*** ../vim-7.2.073/src/gui_mac.c	Sat Aug  9 19:37:28 2008
945bca3
--- src/gui_mac.c	Sun Dec 14 12:28:26 2008
945bca3
***************
945bca3
*** 4966,4972 ****
945bca3
  	char_u	    *p_actext;
945bca3
  
945bca3
  	p_actext = menu->actext;
945bca3
! 	key = find_special_key(&p_actext, &modifiers, /*keycode=*/0);
945bca3
  	if (*p_actext != 0)
945bca3
  	    key = 0; /* error: trailing text */
945bca3
  	/* find_special_key() returns a keycode with as many of the
945bca3
--- 4966,4972 ----
945bca3
  	char_u	    *p_actext;
945bca3
  
945bca3
  	p_actext = menu->actext;
945bca3
! 	key = find_special_key(&p_actext, &modifiers, FALSE, FALSE);
945bca3
  	if (*p_actext != 0)
945bca3
  	    key = 0; /* error: trailing text */
945bca3
  	/* find_special_key() returns a keycode with as many of the
945bca3
*** ../vim-7.2.073/src/version.c	Wed Dec 24 12:53:33 2008
945bca3
--- src/version.c	Wed Dec 24 12:55:42 2008
945bca3
***************
945bca3
*** 678,679 ****
945bca3
--- 678,681 ----
945bca3
  {   /* Add new patch number below this line */
945bca3
+ /**/
945bca3
+     74,
945bca3
  /**/
945bca3
945bca3
-- 
945bca3
   Another bucket of what can only be described as human ordure hits ARTHUR.
945bca3
ARTHUR: ... Right!  (to the KNIGHTS) That settles it!
945bca3
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
945bca3
945bca3
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
945bca3
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
945bca3
\\\        download, build and distribute -- http://www.A-A-P.org        ///
945bca3
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///