From 8a01e9c4ec201ad7079f6863c9236851d162b864 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Thu, 15 Jan 2026 18:58:08 +0800 Subject: Fixed a crash issue. --- spec/inputs/import_global.yue | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'spec/inputs') diff --git a/spec/inputs/import_global.yue b/spec/inputs/import_global.yue index 30a274e..18f0e85 100644 --- a/spec/inputs/import_global.yue +++ b/spec/inputs/import_global.yue @@ -84,3 +84,10 @@ do \func 1, 2, 3 .tag = "abc" +do + import global + + f = -> + func! + try func + -- cgit v1.2.3-55-g6feb