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