commit | f396ce83eebf6c61596184231d39ce4d41eeac04 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 23 18:39:37 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 23 18:39:37 2022 +0100 |
tree | d3a624411eaea5463025bd186c39616688cc0876 | |
parent | adce965162dd89bf29ee0e5baf53652e7515762c [diff] [blame] |
patch 9.0.0247: cannot add padding to virtual text without highlight Problem: Cannot add padding to virtual text without highlight. Solution: Add the "text_padding_left" argument. (issue #10906)
diff --git a/src/version.c b/src/version.c index ec1302d..66ef53c 100644 --- a/src/version.c +++ b/src/version.c
@@ -732,6 +732,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 247, +/**/ 246, /**/ 245,