commit | 673bcb10ebe87ccf6954dd342d0143eb88cdfbcb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 08 16:52:24 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 08 16:52:24 2022 +0000 |
tree | eb710ec734800e99a795c8be85e1c9440c5474ab | |
parent | 0b40d086b337f14fdd0dbc035988ffb0aec8ce5f [diff] [blame] |
patch 8.2.4528: crash when using null_function for a partial Problem: Crash when using null_function for a partial. Solution: Don't call fname_trans_sid() with NULL. (closes #9908)
diff --git a/src/version.c b/src/version.c index 7945910..f6aaa79 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4528, +/**/ 4527, /**/ 4526,