comparison src/globals.h @ 744:07f7b4a7755c

updated for version 7.0222
author vimboss
date Sun, 12 Mar 2006 22:08:12 +0000
parents 0f9f4761ad9c
children 6c8a16911e94
comparison
equal deleted inserted replaced
743:afac7b58ed46 744:07f7b4a7755c
1269 #endif 1269 #endif
1270 1270
1271 #ifdef FEAT_SYN_HL 1271 #ifdef FEAT_SYN_HL
1272 /* Display tick, incremented for each call to update_screen() */ 1272 /* Display tick, incremented for each call to update_screen() */
1273 EXTERN disptick_T display_tick INIT(= 0); 1273 EXTERN disptick_T display_tick INIT(= 0);
1274 1274 #endif
1275
1276 #ifdef FEAT_SPELL
1275 /* Line in which spell checking wasn't highlighted because it touched the 1277 /* Line in which spell checking wasn't highlighted because it touched the
1276 * cursor position in Insert mode. */ 1278 * cursor position in Insert mode. */
1277 EXTERN linenr_T spell_redraw_lnum INIT(= 0); 1279 EXTERN linenr_T spell_redraw_lnum INIT(= 0);
1278 #endif 1280 #endif
1279 1281