commit | c96b7f5d2af241c5eb1589e9da3dc09e45355e65 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 02 15:58:38 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 02 15:58:38 2022 +0000 |
tree | ef26f1475c713f971de88df0f7eec925c5822aca | |
parent | 9c8d12c8115640927823919001a03c79d4118063 [diff] [blame] |
patch 9.0.0990: callback name argument is changed by setqflist() Problem: Callback name argument is changed by setqflist(). Solution: Use the expanded function name for the callback, do not store it in the argument. (closes #11653)
diff --git a/src/version.c b/src/version.c index 6583d46..f9b1e6c 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 990, +/**/ 989, /**/ 988,