diff src/screen.c @ 353:3161473d6462

updated for version 7.0091
author vimboss
date Thu, 23 Jun 2005 22:36:45 +0000
parents 7e819e81117e
children 0f2b5d1b8117
line wrap: on
line diff
--- a/src/screen.c
+++ b/src/screen.c
@@ -2504,8 +2504,8 @@ win_line(wp, lnum, startrow, endrow)
     int		has_spell = FALSE;	/* this buffer has spell checking */
 # define SPWORDLEN 150
     char_u	nextline[SPWORDLEN * 2];/* text with start of the next line */
-    int		nextlinecol;		/* column where nextline[] starts */
-    int		nextline_idx;		/* index in nextline[] where next line
+    int		nextlinecol = 0;	/* column where nextline[] starts */
+    int		nextline_idx = 0;	/* index in nextline[] where next line
 					   starts */
     int		spell_attr = 0;		/* attributes desired by spelling */
     int		word_end = 0;		/* last byte with same spell_attr */