68b1851
To: vim-dev@vim.org
68b1851
Subject: Patch 7.1.280
68b1851
Fcc: outbox
68b1851
From: Bram Moolenaar <Bram@moolenaar.net>
68b1851
Mime-Version: 1.0
68b1851
Content-Type: text/plain; charset=ISO-8859-1
68b1851
Content-Transfer-Encoding: 8bit
68b1851
------------
68b1851
68b1851
Patch 7.1.280  (after 7.1.275)
68b1851
Problem:    Mac: build problems when not using multibyte feature. (Nicholas
68b1851
	    Stallard)
68b1851
Solution:   Don't define USE_IM_CONTROL when not using multibyte.
68b1851
Files:	    src/vim.h
68b1851
68b1851
68b1851
*** ../vim-7.1.279/src/vim.h	Wed Mar 12 17:25:50 2008
68b1851
--- src/vim.h	Thu Mar 13 23:39:21 2008
68b1851
***************
68b1851
*** 463,469 ****
68b1851
   */
68b1851
  #if defined(FEAT_XIM) \
68b1851
      || (defined(FEAT_GUI) && (defined(FEAT_MBYTE_IME) || defined(GLOBAL_IME))) \
68b1851
!     || defined(FEAT_GUI_MAC)
68b1851
  # define USE_IM_CONTROL
68b1851
  #endif
68b1851
  
68b1851
--- 466,472 ----
68b1851
   */
68b1851
  #if defined(FEAT_XIM) \
68b1851
      || (defined(FEAT_GUI) && (defined(FEAT_MBYTE_IME) || defined(GLOBAL_IME))) \
68b1851
!     || (defined(FEAT_GUI_MAC) && defined(FEAT_MBYTE))
68b1851
  # define USE_IM_CONTROL
68b1851
  #endif
68b1851
  
68b1851
*** ../vim-7.1.279/src/version.c	Sat Mar 15 12:40:23 2008
68b1851
--- src/version.c	Sat Mar 15 13:08:40 2008
68b1851
***************
68b1851
*** 668,669 ****
68b1851
--- 668,671 ----
68b1851
  {   /* Add new patch number below this line */
68b1851
+ /**/
68b1851
+     280,
68b1851
  /**/
68b1851
68b1851
-- 
68b1851
Why is it called "Windows"?  "Gates" would be more appropriate...
68b1851
68b1851
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
68b1851
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
68b1851
\\\        download, build and distribute -- http://www.A-A-P.org        ///
68b1851
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///