commit | ecb00c7b613b92ffb628a5a7f303ba06780288ad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 07 14:55:14 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 07 14:55:14 2022 +0100 |
tree | eae8ce714e3497d9a38fb46b4c78ce70de381200 | |
parent | 73c3842fa54aa99e59b897b6ff1e69e800fe9cd3 [diff] [blame] |
patch 9.0.0163: text property not adjusted for text inserted with "p" Problem: Text property not adjusted for text inserted with "p". Solution: Adjust column and length of text properties.
diff --git a/src/version.c b/src/version.c index 7bd94b0..9207b7f 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 163, +/**/ 162, /**/ 161,