Patch 8.0.1342
Problem: Cannot build with Motif and multi-byte. (Mohamed Boughaba)
Solution: Use the right input method status flag. (closes #2374)
Files: src/mbyte.c
*** ../vim-8.0.1341/src/mbyte.c 2017-11-25 17:48:28.509499894 +0100
--- src/mbyte.c 2017-11-25 21:05:26.898333699 +0100
***************
*** 5922,5928 ****
if (active != im_get_status())
{
call_imactivatefunc(active);
! im_is_active = active;
}
return;
}
--- 5922,5928 ----
if (active != im_get_status())
{
call_imactivatefunc(active);
! xim_has_focus = active;
}
return;
}
*** ../vim-8.0.1341/src/version.c 2017-11-25 17:58:23.622091808 +0100
--- src/version.c 2017-11-25 21:06:52.097863498 +0100
***************
*** 773,774 ****
--- 773,776 ----
{ /* Add new patch number below this line */
+ /**/
+ 1342,
/**/
--
hundred-and-one symptoms of being an internet addict:
35. Your husband tells you he's had the beard for 2 months.
/// Bram Moolenaar -- [email protected] -- 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 [email protected].
For more options, visit https://groups.google.com/d/optout.