commit | 4067bd3604215b48e4b4201e28f9e401b08418e4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 29 18:54:35 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 29 18:54:35 2021 +0200 |
tree | eb5f46e8381b176826d3954db8722155d87c207a | |
parent | 7d7bcc6ba01454c1cbb1dcbf5f11c3a4051535d6 [diff] [blame] |
patch 8.2.3073: when cursor is move for block append wrong text is inserted Problem: When cursor is move for block append wrong text is inserted. Solution: Calculate an offset. (Christian Brabandt, closes #8433, closes #8288)
diff --git a/src/version.c b/src/version.c index f33d7dd..1253251 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3073, +/**/ 3072, /**/ 3071,