This repository was archived by the owner on Dec 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Feature Request: List starts on same line #8
Comments
+1 This would be a super awesome feature to have |
+1 |
yochem
added a commit
to yochem/vim-argwrap
that referenced
this issue
Jul 7, 2020
Description: This commit adds the option to start a list on the same line, as proposed in issue FooSoft#8. By this, a wrapped list would become: void foo(var1, var2, var3) instead of: void foo( var1, var2, var3 ) For now, the option is implemented using let g:argwrap_wrap_closing_brace = 0 The configuration can be extended to see this option as seperate. Warning! It assumes the indentation is done with spaces instead of tabs Relevant issue: FooSoft#8 (FooSoft#8)
I've forked this repository and started working on the implementation, the code can be found here. There are some caveats though:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
Having an option to make lists start on the same line would be convenient. eg:
If this already exists then I apologize for not seeing it. Cheers and thanks.
The text was updated successfully, but these errors were encountered: