comparison src/screen.c @ 236:4707450c2b33

updated for version 7.0066
author vimboss
date Fri, 15 Apr 2005 21:00:38 +0000
parents 9281a51ca7a2
children f93df7322443
comparison
equal deleted inserted replaced
235:23d380e32c95 236:4707450c2b33
3603 1); 3603 1);
3604 3604
3605 iswordc = spell_iswordc(prev_ptr); 3605 iswordc = spell_iswordc(prev_ptr);
3606 if (iswordc && !prev_iswordc) 3606 if (iswordc && !prev_iswordc)
3607 { 3607 {
3608 word_end = v + spell_check(wp, prev_ptr, 3608 word_end = v + spell_check(wp, line, prev_ptr,
3609 &spell_attr); 3609 &spell_attr);
3610 /* In Insert mode only highlight a word that 3610 /* In Insert mode only highlight a word that
3611 * doesn't touch the cursor. */ 3611 * doesn't touch the cursor. */
3612 if (spell_attr != 0 3612 if (spell_attr != 0
3613 && (State & INSERT) != 0 3613 && (State & INSERT) != 0
8000 #endif 8000 #endif
8001 #if defined(FEAT_HANGULIN) && defined(FEAT_GUI) 8001 #if defined(FEAT_HANGULIN) && defined(FEAT_GUI)
8002 if (gui.in_use) 8002 if (gui.in_use)
8003 { 8003 {
8004 if (hangul_input_state_get()) 8004 if (hangul_input_state_get())
8005 MSG_PUTS_ATTR(" ÇѱÛ", attr); /* HANGUL */ 8005 MSG_PUTS_ATTR(" \307\321\261\333", attr); /* HANGUL */
8006 } 8006 }
8007 #endif 8007 #endif
8008 #ifdef FEAT_INS_EXPAND 8008 #ifdef FEAT_INS_EXPAND
8009 if (edit_submode != NULL) /* CTRL-X in Insert mode */ 8009 if (edit_submode != NULL) /* CTRL-X in Insert mode */
8010 { 8010 {