diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-08-15 14:28:40 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-08-15 14:28:40 +0200 |
commit | 14c7530c4fca786d3594508e28943f10125827c3 (patch) | |
tree | ab8ac44d9993a366a363f799d7beefcd92bcf4da /src/version.c | |
parent | dd9de50f4262898384be6ea7694d05507c7cb260 (diff) | |
download | vim-git-14c7530c4fca786d3594508e28943f10125827c3.tar.gz |
patch 8.2.3348: line2byte() returns wrong value after adding textpropv8.2.3348
Problem: line2byte() returns wrong value after adding textprop. (Yuto
Kimura)
Solution: Reduce the length by the size of the text property. (closes #8759)
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 34793f11e..21efafcef 100644 --- a/src/version.c +++ b/src/version.c @@ -756,6 +756,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3348, +/**/ 3347, /**/ 3346, |