1
0
forked from aniani/vim
Files
vim/src/vim9script.c
Bram Moolenaar 5ab300195b patch 9.0.0687: "export def" does not work in a nested block
Problem:    "export def" does not work in a nested block.
Solution:   Do not handle "export" with a separate function but in the same
            command stack. (closes #11304)
2022-10-07 17:26:22 +01:00

28 KiB