Hi, Vim's indentation option is very helpful. But I want to format "f (a,b)" to "f(a, b)", where a space is added before "b", because I want to add spaces between the arguments of a function call automatically. There are many other cases where I also want to add spaces. I'm wondering if Vim has such a plugin?
Regards, Peng --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
