patch 9.0.1782: prop_list() does not return text_padding_left

Problem:  prop_list() does not return text_padding_left
Solution: Store and return the text_padding_left value for text
          properties

closes: #12870

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
diff --git a/runtime/doc/textprop.txt b/runtime/doc/textprop.txt
index 0d830f6..14fe297 100644
--- a/runtime/doc/textprop.txt
+++ b/runtime/doc/textprop.txt
@@ -338,6 +338,8 @@
 		   text		text to be displayed before {col}.  Only
 				present for |virtual-text| properties.
 		   text_align	alignment property of |virtual-text|.
+		   text_padding_left
+				left padding used for virtual text.
 		   text_wrap	specifies whether |virtual-text| is wrapped.
 		   type		name of the property type, omitted if
 				the type was deleted