Huw Davies (@huw) commented about dlls/riched20/editor.c:
return 0;case WM_IME_STARTCOMPOSITION: {
- editor->imeStartIndex=ME_GetCursorOfs(&editor->pCursors[0]); ME_DeleteSelection(editor);
 
- editor->imeStartIndex=ME_GetCursorOfs(&editor->pCursors[0]);
 
This looks fine to go in after 8.0. Minor nit, could you add spaces on either side of the `=`?