commit | ebed1b0bea98390b400c913cfd9211a89b7275d8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 24 14:05:19 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 24 14:05:19 2022 +0000 |
tree | cdc5f0dacae27e0c4fb7446ca0fd2d68a21d91d3 | |
parent | 47f1fdc28c6839ec8f5aede631d3a870624767b6 [diff] [blame] |
patch 9.0.0940: crash when typing a letter in a terminal window Problem: Crash when typing a letter in a terminal window. (Shane-XB-Qian) Solution: Use the "vterm" variable instead of getting the terminal pointer from the current buffer. (closes #11608)
diff --git a/src/version.c b/src/version.c index 86f857e..da0b1e5 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 940, +/**/ 939, /**/ 938,