summaryrefslogtreecommitdiffstats
path: root/src/drawline.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-08-07 11:53:40 +0100
committerBram Moolenaar <Bram@vim.org>2022-08-07 11:53:40 +0100
commit73c3842fa54aa99e59b897b6ff1e69e800fe9cd3 (patch)
tree0edcc21950a991de23f6a2c9445d3fc29523a90f /src/drawline.c
parentbf9158408a9d27932b8678f824cf1fe32d3cd920 (diff)
patch 9.0.0162: text property "below" gets indent if 'breakindent' is setv9.0.0162
Problem: Text property "below" gets indent if 'breakindent' is set. (Tim Pope) Solution: Do not put indent before text property. (closes #10859)
Diffstat (limited to 'src/drawline.c')
-rw-r--r--src/drawline.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/drawline.c b/src/drawline.c
index 824c416e2d..eaae4bed36 100644
--- a/src/drawline.c
+++ b/src/drawline.c
@@ -1408,6 +1408,9 @@ win_line(
# ifdef FEAT_DIFF
&& filler_lines == 0
# endif
+# ifdef FEAT_PROP_POPUP
+ && !dont_use_showbreak
+# endif
)
{
wlv.char_attr = 0;