comparison src/ex_getln.c @ 574:25a70b1cd2da

updated for version 7.0163
author vimboss
date Tue, 06 Dec 2005 19:59:18 +0000
parents 0ae54f30d5bc
children e4c00ec07598
comparison
equal deleted inserted replaced
573:c85bf6a4999b 574:25a70b1cd2da
2204 { 2204 {
2205 return (ccline.cmdpos >= ccline.cmdlen); 2205 return (ccline.cmdpos >= ccline.cmdlen);
2206 } 2206 }
2207 #endif 2207 #endif
2208 2208
2209 #if (defined(FEAT_XIM) && (defined(FEAT_GUI_GTK) || defined(FEAT_GUI_KDE))) \ 2209 #if (defined(FEAT_XIM) && (defined(FEAT_GUI_GTK))) || defined(PROTO)
2210 || defined(PROTO)
2211 /* 2210 /*
2212 * Return the virtual column number at the current cursor position. 2211 * Return the virtual column number at the current cursor position.
2213 * This is used by the IM code to obtain the start of the preedit string. 2212 * This is used by the IM code to obtain the start of the preedit string.
2214 */ 2213 */
2215 colnr_T 2214 colnr_T