vim-argwrap icon indicating copy to clipboard operation
vim-argwrap copied to clipboard

Support delimiters other than comma

Open ashwin opened this issue 8 years ago • 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 :.

ashwin avatar Aug 17 '17 09:08 ashwin