patch 9.0.0162: text property "below" gets indent if 'breakindent' is set

Problem:    Text property "below" gets indent if 'breakindent' is set. (Tim
            Pope)
Solution:   Do not put indent before text property. (closes #10859)
diff --git a/src/drawline.c b/src/drawline.c
index 824c416..eaae4be 100644
--- a/src/drawline.c
+++ b/src/drawline.c
@@ -1408,6 +1408,9 @@
 # ifdef FEAT_DIFF
 			&& filler_lines == 0
 # endif
+# ifdef FEAT_PROP_POPUP
+			&& !dont_use_showbreak
+# endif
 		   )
 		{
 		    wlv.char_attr = 0;