From 9eb8bec9d816936041efef285ae36af3337d728d Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 31 Mar 2017 11:50:44 +0200 Subject: Add 'vim-argwrap' plugin Was getting annoyed at having to manually split function arguments from a single line to multiple lines. Planned on writing a little custom plugin to do this, but this one seems more well thought out and featureful than what I was thinking of. It also seems lighter and not as presumptive as another alternative I found: https://github.com/AndrewRadev/splitjoin.vim --- bundle/vim-argwrap | 1 + 1 file changed, 1 insertion(+) create mode 160000 bundle/vim-argwrap (limited to 'bundle/vim-argwrap') diff --git a/bundle/vim-argwrap b/bundle/vim-argwrap new file mode 160000 index 0000000..03a29b3 --- /dev/null +++ b/bundle/vim-argwrap @@ -0,0 +1 @@ +Subproject commit 03a29b3e6c2f22d7fb5f4866ff8d3f6a251c5cf6 -- cgit v1.2.3