]> granicus.if.org Git - vim/commit
patch 9.0.1243: :setglobal cannot use script-local function for "expr" option v9.0.1243
authorzeertzjq <zeertzjq@outlook.com>
Wed, 25 Jan 2023 15:31:28 +0000 (15:31 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 25 Jan 2023 15:31:28 +0000 (15:31 +0000)
commit01d4efe2e87632aa085897d3d64e27585908f977
treecaf031d3bcea34473aa163f6e7b878add52ba92e
parentb0d45ec67f4976318f199a7929ad3bcf93686fd0
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)
src/optionstr.c
src/testdir/test_edit.vim
src/testdir/test_fold.vim
src/testdir/test_gf.vim
src/testdir/test_normal.vim
src/version.c