commit | a7d36b732070944aab614944075ec0b409311482 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Jan 31 21:13:38 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 31 21:13:38 2023 +0000 |
tree | 30b3cd689a1df403980f2ce68e3f6316eda6549b | |
parent | b40c1de38442a26f31efb8473adec7fad560f3d0 [diff] [blame] |
patch 9.0.1270: crash when using search stat in narrow screen Problem: Crash when using search stat in narrow screen. Solution: Check length of message. (closes #11921)
diff --git a/src/version.c b/src/version.c index ad663cd..a79a9d0 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1270, +/**/ 1269, /**/ 1268,