diff src/screen.c @ 2269:fb627e94e6c6 vim73

Couple of small fixes for conceal feature. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Tue, 22 Jun 2010 05:16:38 +0200
parents e5265e4d4725
children f42e0b5ff9e9
line wrap: on
line diff
--- a/src/screen.c
+++ b/src/screen.c
@@ -595,7 +595,7 @@ update_single_line(wp, lnum)
     int		j;
 
     if (lnum >= wp->w_topline && lnum < wp->w_botline
-					  && foldedCount(wp, lnum, NULL) == 0)
+				 && foldedCount(wp, lnum, &win_foldinfo) == 0)
     {
 # ifdef FEAT_GUI
 	/* Remove the cursor before starting to do anything, because scrolling