aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2021-02-10 23:36:22 +0800
committerLi Jin <dragon-fly@qq.com>2021-02-10 23:36:22 +0800
commitc3a389e2f9f53fb3e3e70a325bf42c8ce02a0b82 (patch)
tree6d3cf006c85728e16546d74afabb89960a838490 /spec
parent90e5ee7ee432f558b3c55d79fba1fcb2a8ce502f (diff)
downloadyuescript-c3a389e2f9f53fb3e3e70a325bf42c8ce02a0b82.tar.gz
yuescript-c3a389e2f9f53fb3e3e70a325bf42c8ce02a0b82.tar.bz2
yuescript-c3a389e2f9f53fb3e3e70a325bf42c8ce02a0b82.zip
fix local statement used with line decorator issue.
Diffstat (limited to 'spec')
-rw-r--r--spec/inputs/plus.mp2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/inputs/plus.mp b/spec/inputs/plus.mp
index ca03499..e387090 100644
--- a/spec/inputs/plus.mp
+++ b/spec/inputs/plus.mp
@@ -14,6 +14,8 @@ message = message\gsub "<%->", fcolor if fcolor = message\match "<%w*>"
14 14
15valA = func! if func = getfunc! 15valA = func! if func = getfunc!
16 16
17local valA = func! if func = getfunc!
18
17valB = do 19valB = do
18 func = getfunc! 20 func = getfunc!
19 func?! 21 func?!