diff options
Diffstat (limited to 'spec/inputs/plus.yue')
-rw-r--r-- | spec/inputs/plus.yue | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/inputs/plus.yue b/spec/inputs/plus.yue index e387090..9c500a4 100644 --- a/spec/inputs/plus.yue +++ b/spec/inputs/plus.yue | |||
@@ -8,13 +8,13 @@ c.repeat.if\then("xyz")\else res | |||
8 | 8 | ||
9 | print @for,@@function 123 | 9 | print @for,@@function 123 |
10 | 10 | ||
11 | if fcolor = message\match "<%w*>" then message = message\gsub "<%->", fcolor | 11 | if fcolor := message\match "<%w*>" then message = message\gsub "<%->", fcolor |
12 | 12 | ||
13 | message = message\gsub "<%->", fcolor if fcolor = message\match "<%w*>" | 13 | 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! | 17 | local valA = func! if func := getfunc! |
18 | 18 | ||
19 | valB = do | 19 | valB = do |
20 | func = getfunc! | 20 | func = getfunc! |