commit | 702bd6c7c61073c0907fd7608911aebee4acd337 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 14 16:09:57 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 14 16:09:57 2022 +0100 |
tree | 83bc9559cd5c5803b671f70c129d274aaffdfd76 | |
parent | febe13892ede37d2a8462b9921e05a55e059db0c [diff] [blame] |
patch 9.0.0464: with virtual text "above" indenting doesn't work well Problem: With virtual text "above" indenting doesn't work well. Solution: Ignore text properties while adjusting indent. (issue #11084)
diff --git a/src/version.c b/src/version.c index 1c2e49f..45afd9d 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 464, +/**/ 463, /**/ 462,