From: Zsolt Dollenstein Date: Wed, 6 Jun 2018 22:44:12 +0000 (+0200) Subject: Don't put a space after `*` in `g = 1, *"x"` (#309) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/c1a962b88519b42e487ecf3c531bfc689ca1dedf?hp=c1a962b88519b42e487ecf3c531bfc689ca1dedf Don't put a space after `*` in `g = 1, *"x"` (#309) Fixes #305. ---