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
120b5a6d9c
vim-argwrap
/
sample.txt
34 lines
213 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(
a,
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