commit | 783ef7214b6a33300bd83f616c1ead587370ce49 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 01 16:11:06 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 01 16:11:06 2022 +0100 |
tree | 000e03daade5825f8b2ef465690f8dea766f39cc | |
parent | 1f4ee19eefecd8f70b7cbe8ee9db8ace6352e23e [diff] [blame] |
patch 9.0.0131: virtual text with Tab is not displayed correctly Problem: Virtual text with Tab is not displayed correctly. Solution: Change any Tab to a space.
diff --git a/src/version.c b/src/version.c index 6a8ad9b..09ac434 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 131, +/**/ 130, /**/ 129,