Skip to content

Commit 73c9766

Browse files
committed
test_autoload_variable_name
1 parent 5bfbb8e commit 73c9766

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/test_autoload_variable_name.ok

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
(let = foo#bar#baz 123)
2+
(echo foo#bar#baz)

test/test_autoload_variable_name.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
let foo#bar#baz = 123
2+
echo foo#bar#baz

0 commit comments

Comments
 (0)