FooSoft/vim-argwrap

Support delimiters other than comma

ashwin opened this issue · 0 comments

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 :.