Patch 8.0.1471 (after 8.0.1401)
Problem:    On MS-Windows CursorIM highlighting no longer works.
Solution:   Adjust #if statements. (Ken Takata)
Files:      src/gui.c


*** ../vim-8.0.1470/src/gui.c   2018-02-03 19:17:32.756662072 +0100
--- src/gui.c   2018-02-04 19:00:36.587178860 +0100
***************
*** 1137,1149 ****
        if (id > 0)
        {
            cattr = syn_id2colors(id, &cfg, &cbg);
! #if defined(FEAT_XIM) || defined(FEAT_HANGULIN)
            {
                static int iid;
                guicolor_T fg, bg;
  
                if (
! # if defined(FEAT_GUI_GTK) && !defined(FEAT_HANGULIN)
                        preedit_get_status()
  # else
                        im_get_status()
--- 1137,1149 ----
        if (id > 0)
        {
            cattr = syn_id2colors(id, &cfg, &cbg);
! #if defined(FEAT_MBYTE) || defined(FEAT_HANGULIN)
            {
                static int iid;
                guicolor_T fg, bg;
  
                if (
! # if defined(FEAT_GUI_GTK) && defined(FEAT_XIM) && !defined(FEAT_HANGULIN)
                        preedit_get_status()
  # else
                        im_get_status()
*** ../vim-8.0.1470/src/version.c       2018-02-04 18:22:41.691668765 +0100
--- src/version.c       2018-02-04 18:59:59.655446293 +0100
***************
*** 773,774 ****
--- 773,776 ----
  {   /* Add new patch number below this line */
+ /**/
+     1471,
  /**/

-- 
Yah, well, we had to carve our electrons out of driftwood we'd
find.  In the winter.  Uphill.  Both ways.

 /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui