summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcos <cos>2018-07-02 21:13:56 +0200
committercos <cos>2018-07-02 21:13:56 +0200
commit2c316be83380fc9f9101618411537254ea23b739 (patch)
treee302e4c8e9799f378753c232c40af951e76cf067
parent8839f1b9b74b90eb5069a28386cf894039f8a73b (diff)
downloadvim-allow_nuw=0.zip
Treat nuw as the numerical variable type it isallow_nuw=0
-rw-r--r--src/screen.c2
1 files changed, 1 insertions, 1 deletions
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
)
{