comparison src/mbyte.c @ 12932:fe5e4fec0d41 v8.0.1342

patch 8.0.1342: cannot build with Motif and multi-byte commit https://github.com/vim/vim/commit/fb1db0e3550355e10ac86c4a4af21209c5456a66 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 25 21:07:46 2017 +0100 patch 8.0.1342: cannot build with Motif and multi-byte Problem: Cannot build with Motif and multi-byte. (Mohamed Boughaba) Solution: Use the right input method status flag. (closes https://github.com/vim/vim/issues/2374)
author Christian Brabandt <cb@256bit.org>
date Sat, 25 Nov 2017 21:15:04 +0100
parents 75ffa8ee989c
children c53a80f39a52
comparison
equal deleted inserted replaced
12931:847495fbf6ec 12932:fe5e4fec0d41
5920 if (p_imaf[0] != NUL) 5920 if (p_imaf[0] != NUL)
5921 { 5921 {
5922 if (active != im_get_status()) 5922 if (active != im_get_status())
5923 { 5923 {
5924 call_imactivatefunc(active); 5924 call_imactivatefunc(active);
5925 im_is_active = active; 5925 xim_has_focus = active;
5926 } 5926 }
5927 return; 5927 return;
5928 } 5928 }
5929 # endif 5929 # endif
5930 5930