0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

Couple of small fixes for conceal feature. (Dominique Pelle)

This commit is contained in:
Bram Moolenaar
2010-06-22 05:16:38 +02:00
parent 883f5d08e4
commit 370df58df9
4 changed files with 18 additions and 10 deletions

View File

@@ -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