Home
last modified time | relevance | path

Searched refs:_OnImeNotify (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_w32.c511 static LRESULT _OnImeNotify(HWND hWnd, DWORD dwCommand, DWORD dwData);
2007 _OnImeNotify(msg.hwnd, (DWORD)msg.wParam, (DWORD)msg.lParam); in process_message()
4910 if (!_OnImeNotify(hwnd, (DWORD)wParam, (DWORD)lParam)) in _WndProc()
5661 _OnImeNotify(HWND hWnd, DWORD dwCommand, DWORD dwData UNUSED) in _OnImeNotify() function
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt7909 Solution: Don't set "b_p_iminsert" in _OnImeNotify(). (Muraoka Taro)