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
c2a6e2e2a1
vim-argwrap
/
sample.txt
34 lines
212 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Wrapping
2014-12-01 09:21:05 +00:00
a = Foo(a, [b, z], "hello, world", c)
Initial commit
2014-11-28 07:37:23 +00:00
Foo(
More namespacing
2014-12-01 10:33:46 +00:00
a
Initial commit
2014-11-28 07:37:23 +00:00
b
)
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