From: Ɓukasz Langa Date: Sat, 17 Mar 2018 00:32:55 +0000 (-0700) Subject: Remove the trailing comma if there is only one argument to a call X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/9c9f6eb6d53c4a38c46acfcffa1c90a787a72a77?hp=9c9f6eb6d53c4a38c46acfcffa1c90a787a72a77 Remove the trailing comma if there is only one argument to a call This makes it consistent with removing the trailing comma when multiple arguments to a call fit in a single line. It also makes it a tiny bit more likely that an expression will fit a line that didn't use to. ---