diff 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
line wrap: on
line diff
--- a/src/screen.c
+++ b/src/screen.c
@@ -3605,7 +3605,7 @@ win_line(wp, lnum, startrow, endrow)
 			iswordc = spell_iswordc(prev_ptr);
 			if (iswordc && !prev_iswordc)
 			{
-			    word_end = v + spell_check(wp, prev_ptr,
+			    word_end = v + spell_check(wp, line, prev_ptr,
 								 &spell_attr);
 			    /* In Insert mode only highlight a word that
 			     * doesn't touch the cursor. */
@@ -8002,7 +8002,7 @@ showmode()
 	    if (gui.in_use)
 	    {
 		if (hangul_input_state_get())
-		    MSG_PUTS_ATTR(" ÇѱÛ", attr);   /* HANGUL */
+		    MSG_PUTS_ATTR(" \307\321\261\333", attr);   /* HANGUL */
 	    }
 #endif
 #ifdef FEAT_INS_EXPAND