commit | 8ab9ca93eea32b318235384720200771863ecaee | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 31 13:06:26 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 31 13:06:26 2022 +0000 |
tree | 78a5fbdd321361af03a3e2c819e7bd9aeec73159 | |
parent | 86e6717ace4f5e00eaeb84b59e3fc92bca548155 [diff] [blame] |
patch 9.0.0822: crash when dragging the statusline with a mapping Problem: Crash when dragging the statusline with a mapping. Solution: Check for valid window pointer. (issue #11427)
diff --git a/src/version.c b/src/version.c index 58f17e1..387c811 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 822, +/**/ 821, /**/ 820,