commit | 370df58df9bba97fd5dd6f00595b2f41efda8383 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 22 05:16:38 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 22 05:16:38 2010 +0200 |
tree | 21706b1cbe3258a7fbfc4e5aa7f4947d6d45253a | |
parent | 883f5d08e48e0e8b6d7bcade0cc48a36fc41931e [diff] [blame] |
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