diff options
| author | Li Jin <dragon-fly@qq.com> | 2021-02-10 23:36:22 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2021-02-10 23:36:22 +0800 |
| commit | c3a389e2f9f53fb3e3e70a325bf42c8ce02a0b82 (patch) | |
| tree | 6d3cf006c85728e16546d74afabb89960a838490 /spec | |
| parent | 90e5ee7ee432f558b3c55d79fba1fcb2a8ce502f (diff) | |
| download | yuescript-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.mp | 2 |
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 | ||
| 15 | valA = func! if func = getfunc! | 15 | valA = func! if func = getfunc! |
| 16 | 16 | ||
| 17 | local valA = func! if func = getfunc! | ||
| 18 | |||
| 17 | valB = do | 19 | valB = do |
| 18 | func = getfunc! | 20 | func = getfunc! |
| 19 | func?! | 21 | func?! |
