Couple of small fixes for conceal feature. (Dominique Pelle)
diff --git a/src/screen.c b/src/screen.c
index 1753330..f2108be 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -595,7 +595,7 @@
     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