vim-argwrap
vim-argwrap copied to clipboard
Support delimiters other than comma
In CMakeLists.txt, arguments are just words separated by spaces. These cannot be wrapped cause argwrap plugin looks for comma as delimiter between words.
Can you make the delimiter configurable as a global variable that can be set by the user? User should be able to set it to space or other characters like :.