This website requires JavaScript.
Explore
Help
Sign In
alex
/
vim-argwrap
Watch
1
Fork
0
You've already forked vim-argwrap
Code
Releases
1
Activity
ac53632892
vim-argwrap
/
sample.txt
31 lines
205 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Adding toggle function
2014-12-01 10:46:47 +00:00
a = Foo(a, [b, z], "hello, world", c, )
Initial commit
2014-11-28 07:37:23 +00:00
Adding toggle function
2014-12-01 10:46:47 +00:00
Foo(a, b)
Initial commit
2014-11-28 07:37:23 +00:00
Foo(
a,
[b, c],
d
)
Foo(
Argument unwrapping now works
2014-12-01 09:53:00 +00:00
a
[b, "c"]
Initial commit
2014-11-28 07:37:23 +00:00
d
)
Foo(
a,
[b, c],
d
)
Foo(
a,
[
b,
c
],
d
)
Copy Permalink