]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1782: prop_list() does not return text_padding_left v9.0.1782
authorYegappan Lakshmanan <yegappan@yahoo.com>
Tue, 22 Aug 2023 19:48:50 +0000 (21:48 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 22 Aug 2023 19:48:50 +0000 (21:48 +0200)
commit171c5b9b0332493faa6caadd8c0d5cf52392d913
treeb7879b6e84281e8277dd8cd4db9b5bbfc9f855fe
parent757593c07a4f4ac43eb6c6e52fc299abc9bc08bc
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>
runtime/doc/textprop.txt
src/structs.h
src/testdir/test_textprop.vim
src/textprop.c
src/version.c