commit | 01d4efe2e87632aa085897d3d64e27585908f977 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Wed Jan 25 15:31:28 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 25 15:31:28 2023 +0000 |
tree | caf031d3bcea34473aa163f6e7b878add52ba92e | |
parent | b0d45ec67f4976318f199a7929ad3bcf93686fd0 [diff] [blame] |
patch 9.0.1243: :setglobal cannot use script-local function for "expr" option Problem: :setglobal cannot use script-local function for "expr" option. Solution: Use the pointer to the option value properly. (closes #11883)
diff --git a/src/version.c b/src/version.c index 5c59444..47052dd 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1243, +/**/ 1242, /**/ 1241,