commit | a4bc2dd7cccf5a4a9f78b58b6f35a45d17164323 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 27 19:27:16 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 27 19:27:16 2022 +0000 |
tree | 24f9080819f0ab341fe959e3d3c25da2417f9278 | |
parent | 98cd30383a378eb5f2dbf1b4e887fa17b5494a64 [diff] [blame] |
patch 8.2.4233: crash when recording and using Select mode Problem: Crash when recording and using Select mode. Solution: When deleting the last recorded character check there is something to delete.
diff --git a/src/version.c b/src/version.c index 2f872e9..bc956ce 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4233, +/**/ 4232, /**/ 4231,