comparison src/glbl_ime.cpp @ 4352:04736b4030ec v7.3.925

updated for version 7.3.925 Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Mon, 06 May 2013 04:24:17 +0200
parents 2de44d8f2cf1
children 4aead6a9b7a9
comparison
equal deleted inserted replaced
4351:e5137a5dcf15 4352:04736b4030ec
154 return TranslateMessage(lpMsg); 154 return TranslateMessage(lpMsg);
155 return TRUE; 155 return TRUE;
156 } 156 }
157 157
158 /* 158 /*
159 * Set position of IME compotision window. 159 * Set position of IME composition window.
160 * 160 *
161 * You have to call this before starting composition. If once composition 161 * You have to call this before starting composition. If once composition
162 * started, this can take no effect until that composition have finished. So 162 * started, this can take no effect until that composition have finished. So
163 * you should handle WM_IME_STARTCOMPOSITION and call this function. 163 * you should handle WM_IME_STARTCOMPOSITION and call this function.
164 */ 164 */