We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac15221 commit 2728ffeCopy full SHA for 2728ffe
test/test1.ok
@@ -51,3 +51,5 @@
51
(let *= a 3)
52
(let /= a 4)
53
(let %= a 5)
54
+(let ..= a 'foo')
55
+(echo (concat (concat 'foo' 'bar') 'baz'))
test/test1.vim
@@ -56,3 +56,5 @@ let a += 2
56
let a *= 3
57
let a /= 4
58
let a %= 5
59
+let a ..= 'foo'
60
+echo ('foo' .. 'bar')..'baz'
0 commit comments