From 2c316be83380fc9f9101618411537254ea23b739 Mon Sep 17 00:00:00 2001 From: cos Date: Mon, 2 Jul 2018 21:13:56 +0200 Subject: Treat nuw as the numerical variable type it is --- src/screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screen.c b/src/screen.c index 82621a3c4..e857b1fd7 100644 --- a/src/screen.c +++ b/src/screen.c @@ -3906,7 +3906,7 @@ win_line( + filler_lines #endif #ifdef FEAT_LINEBREAK - && wp->w_p_nuw + && wp->w_p_nuw > 0 #endif ) { -- cgit v1.2.3