diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-08-04 15:03:48 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-08-04 15:03:48 +0100 |
commit | 398649ee44edeb309c77361de697320378104b70 (patch) | |
tree | 37c3367373fc9709b219aecc9fd5271ef4a66041 /src/version.c | |
parent | bc49c5f48f89c2d6f4d88ee77f44a11d68293be3 (diff) | |
download | vim-git-398649ee44edeb309c77361de697320378104b70.tar.gz |
patch 9.0.0139: truncating virtual text after a line not implementedv9.0.0139
Problem: Truncating virtual text after a line not implemented.
Cursor positioning wrong with Newline in the text.
Solution: Implement truncating. Disallow control characters in the text.
(closes #10842)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index a62fb9241..d6bd4cbed 100644 --- a/src/version.c +++ b/src/version.c @@ -736,6 +736,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 139, +/**/ 138, /**/ 137, |